zs 2 年之前
父节点
当前提交
75717f5e8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/stuAdmin/course/sign.wxml

+ 1 - 1
pages/stuAdmin/course/sign.wxml

@@ -48,7 +48,7 @@
                                 <text class="text">是否试课:</text>
                                 <button type="primary" size="mini" bindtap="toClass">试课</button>
                             </view>
-                            <view class="btn" wx:if="{{user.type=='3'&&form.sign=='0'}}">
+                            <view class="btn" wx:if="{{form.type_try=='0'&&user.type=='3'&&form.sign=='0'}}">
                                 <button type="primary" size="mini" formType="submit">报名</button>
                             </view>
                         </form>