5.9
This commit is contained in:
@@ -229,7 +229,7 @@ getFollowDetail(){
|
||||
|
||||
this.setData({
|
||||
showServiceNumber:false,
|
||||
monthly_frequency:index==0?10:0
|
||||
monthly_frequency:index==0?10:'0'
|
||||
})
|
||||
},
|
||||
cancelServiceNumber(){
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<view class="price_steup_box_top_title">服务次数/月</view>
|
||||
<view class="price_steup_box_top_stepper" bind:tap="openServiceNumber">
|
||||
<text class="amount nodata" wx:if="{{monthly_frequency===''}}">请选择服务次数</text>
|
||||
<text class="amount" wx:else>{{monthly_frequency===0?'不限次数':'10次'}}</text>
|
||||
<text class="amount" wx:else>{{monthly_frequency==='0'?'不限次数':'10次'}}</text>
|
||||
|
||||
<van-icon name="arrow" color="#999" style="margin-top: 2rpx;"/>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user