|
@@ -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>
|