|
@@ -54,7 +54,7 @@
|
|
|
<view style="height: 120rpx;"></view>
|
|
|
<view class="bottom-container">
|
|
|
<view>
|
|
|
- <view class="bottom-container-price"><span class="qianhaospan"v-if="totalPrice" >¥</span> {{totalPrice}} <span></span></view>
|
|
|
+ <view class="bottom-container-price"><span class="qianhaospan" v-if="totalPrice" >¥</span> {{totalPrice}} <span></span></view>
|
|
|
<view class="ckj">参考价格(到店支付)</view>
|
|
|
</view>
|
|
|
<view class="newyyBotbutton" :style="{background:'#'+themeColor}" @click="yuyue">立即预约</view>
|
|
@@ -85,11 +85,12 @@
|
|
|
stationID:'',
|
|
|
}
|
|
|
},
|
|
|
- onLoad() {
|
|
|
+ onLoad(opt) {
|
|
|
this.themeColor = uni.getStorageSync("themeColor");
|
|
|
console.log(this.$store.state.yuyueData)
|
|
|
this.yuyueData=this.$store.state.yuyueData;
|
|
|
this.stationID=this.yuyueData[0].StationID
|
|
|
+ this.totalPrice=opt.totalPrice
|
|
|
//this.carInfo=this.$store.state.carInfo
|
|
|
this.userInfo = uni.getStorageSync("userInfo");
|
|
|
this.yyshopInfo=uni.getStorageSync("yyshopInfo")
|