| @@ -124,7 +124,6 @@ App({ | |||
| }, | |||
| getSecondGuessInfoV2:null,//第二轮价格竞猜结果 | |||
| phonebolb:false, | |||
| firstEnterOrder:true,//第一次进入下订 | |||
| }, | |||
| // 获取openId | |||
| getOpenid: function (code) { | |||
| @@ -10,11 +10,11 @@ Page({ | |||
| paramesSwitchNum:0, | |||
| carTypeShow:false, | |||
| carTypeData:[ | |||
| { name: "260T 手动", edition: "星悦版" }, | |||
| { name: "260T 自动", edition: "星尚版" }, | |||
| { name: "260T 48V轻混增压", edition: "星享版" }, | |||
| { name: "260T 48V轻混增压", edition: "星睿版" }, | |||
| { name: "260T 48V轻混增压", edition: "星曜版" } | |||
| { name: "260T 手动", edition: "星悦版",price:"10.96万元"}, | |||
| { name: "260T 自动", edition: "星尚版",price: "12.66万元"}, | |||
| { name: "260T 48V轻混增压", edition: "星享版",price:"13.36万元"}, | |||
| { name: "260T 48V轻混增压", edition: "星睿版",price:"14.26万元"}, | |||
| { name: "260T 48V轻混增压", edition: "星曜版",price:"14.96万元"} | |||
| ], | |||
| chooseType:0 | |||
| }, | |||
| @@ -4,7 +4,7 @@ | |||
| <image class="newImages2-82" src="{{imgUrl+'/newImages2/82.png'}}"></image> | |||
| </view> | |||
| <view class="carTitle"> | |||
| <view>敬请期待</view> | |||
| <view>车型价格:{{carTypeData[chooseType].price}}</view> | |||
| <view class="selectTypeGroup" bindtap="carTypeControl"> | |||
| <view class="selectType"> | |||
| <view>{{carTypeData[chooseType].name+carTypeData[chooseType].edition}}</view> | |||
| @@ -49,12 +49,6 @@ Component({ | |||
| } else { | |||
| app.globalData.openidSuccessFuc = this.loadFun; | |||
| } | |||
| if(app.globalData.firstEnterOrder){ | |||
| this.setData({ | |||
| tipShow:true | |||
| }) | |||
| app.globalData.firstEnterOrder=false; | |||
| } | |||
| }, | |||
| /** | |||