|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="box">
|
|
|
<view class="top-box" :style="{background:'#'+themeColor}">
|
|
|
- <view class="topTis">需提前2小时取消订单,不足2小时需联系门</view>
|
|
|
+ <view class="topTis"><!-- 需提前2小时取消订单,不足2小时需联系门 --></view>
|
|
|
</view>
|
|
|
<view class="topTime">
|
|
|
<img src="../../static/timg/icon_shijian.png" alt="" class="topTimeImg">
|
|
@@ -134,20 +134,12 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(opt) {
|
|
|
- this.themeColor = uni.getStorageSync("themeColor");
|
|
|
-<<<<<<< .mine
|
|
|
- //this.userInfo = uni.getStorageSync("userInfo");
|
|
|
- this.userInfo = this.$store.state.userInfo;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-=======
|
|
|
+ this.themeColor = uni.getStorageSync("themeColor");
|
|
|
//this.userInfo = uni.getStorageSync("userInfo");
|
|
|
var customerInfo=uni.getStorageSync("wxOpenData").loginInfo.customerInfo;
|
|
|
this.customerName=customerInfo.customerName;
|
|
|
this.mobilePhone=customerInfo.mobilePhone;
|
|
|
this.userInfo = this.$store.state.userInfo;
|
|
|
->>>>>>> .theirs
|
|
|
this.shopName=opt.shopName;
|
|
|
this.opt=opt;
|
|
|
if(this.opt.type==2){
|