瀏覽代碼

优化

guessPrice
suizhijia 5 年之前
父節點
當前提交
ac4e50ab4d
共有 2 個文件被更改,包括 15 次插入11 次删除
  1. +1
    -1
      496_dongfengqichen/pages/myCenter/myCenter.wxml
  2. +14
    -10
      496_dongfengqichen/pages/yuyue/yuyue.js

+ 1
- 1
496_dongfengqichen/pages/myCenter/myCenter.wxml 查看文件

@@ -37,7 +37,7 @@
<view class="imgFrame">
<image class="taskIcon" src="{{imgUrl+'/newImages3/23_'+(selectNow==1?2:1)+'.png?v=002'}}"></image>
</view>
<view class="selectText" style="color:{{selectNow==1?'#667ea3':'black'}}">我的任务</view>
<view class="selectText" style="color:{{selectNow==1?'#667ea3':'black'}}">星探任务</view>
</view>
<view bindtap="selectChange" data-value="2" class="selectGroup" style="border-color:{{selectNow==2?'#667ea3':'#7A797E'}}">
<view wx:if="{{selectNow==2}}" class="arrowIcon"></view>

+ 14
- 10
496_dongfengqichen/pages/yuyue/yuyue.js 查看文件

@@ -214,17 +214,21 @@ Component({
return;
}
wx.showToast({
title: '预约成功'
})
this.data.subscribeData.realname = "";
this.data.subscribeData.captcha = "";
this.setData({
subscribeData: this.data.subscribeData,
verificationCode: '获取验证码',
})
this.setData({
siteSelect: false
title: '预约成功',
mask:true
})
setTimeout(()=>{
this.closeXieyi();
},1500)
// this.data.subscribeData.realname = "";
// this.data.subscribeData.captcha = "";
// this.setData({
// subscribeData: this.data.subscribeData,
// verificationCode: '获取验证码',
// })
// this.setData({
// siteSelect: false
// })
// this.setData({
// isRegister: true
// })

Loading…
取消
儲存