add
This commit is contained in:
parent
f171b8be9a
commit
de45d6d15c
|
@ -5,7 +5,6 @@
|
||||||
<up-input v-model="storePhone" border="none" prefixIcon="phone" placeholder="请输入门店手机号"
|
<up-input v-model="storePhone" border="none" prefixIcon="phone" placeholder="请输入门店手机号"
|
||||||
:customStyle="{background:'#F3F3F3',padding:'20rpx','border-radius':'30rpx'}"
|
:customStyle="{background:'#F3F3F3',padding:'20rpx','border-radius':'30rpx'}"
|
||||||
:placeholderStyle="{color:'#444444'}" :prefixIconStyle="{'margin-right':'40rpx'}"></up-input>
|
:placeholderStyle="{color:'#444444'}" :prefixIconStyle="{'margin-right':'40rpx'}"></up-input>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</up-modal>
|
</up-modal>
|
||||||
</view>
|
</view>
|
||||||
|
@ -168,7 +167,7 @@
|
||||||
|
|
||||||
|
|
||||||
const showModa = ref(true)
|
const showModa = ref(true)
|
||||||
const storePhone = ref('15699996666')
|
const storePhone = ref('')
|
||||||
const confirmStore = () => {
|
const confirmStore = () => {
|
||||||
getStoreByPhone({
|
getStoreByPhone({
|
||||||
phone: storePhone.value
|
phone: storePhone.value
|
||||||
|
@ -201,7 +200,6 @@
|
||||||
brigade: "",
|
brigade: "",
|
||||||
real_name: "",
|
real_name: "",
|
||||||
auth_code: "",
|
auth_code: "",
|
||||||
// auth_code: "",
|
|
||||||
address: ""
|
address: ""
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -64,19 +64,18 @@
|
||||||
<view>运费</view>
|
<view>运费</view>
|
||||||
<view><text>¥</text>0<text>.00</text></view>
|
<view><text>¥</text>0<text>.00</text></view>
|
||||||
</view>
|
</view>
|
||||||
<view class="row" v-if="[4,5,6].includes(userInfo.user_ship) ">
|
<view class="row" v-if="[4,5,6].includes(userInfo.user_ship)" style="color: red;">
|
||||||
<view>优惠减免</view>
|
<view>优惠减免</view>
|
||||||
<view>
|
<view>
|
||||||
<text>-¥</text>{{ c_price(orderInfo.preferential_amount, 0) }}<text>.{{ c_price(orderInfo.preferential_amount, 1) }}</text>
|
<text>-¥</text>{{ c_price(orderInfo.preferential_amount, 0) }}<text>.{{ c_price(orderInfo.preferential_amount, 1) }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="row" v-if="userInfo.user_ship==1 ">
|
||||||
<!-- <view class="row" v-if="orderInfo.activities == 1" style="color: red;">
|
<view>消费返利</view>
|
||||||
<view>活动折扣 <text>{{ orderInfo.activity }}</text></view>
|
<view style="color: red;">
|
||||||
<view>
|
<text>-¥</text>{{ c_price(orderInfo.activities, 0) }}<text>.{{ c_price(orderInfo.activities, 1) }}</text>
|
||||||
-¥<text>{{ orderInfo.activity_price }}</text>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view> -->
|
|
||||||
</view>
|
</view>
|
||||||
<view class="m-card good-info">
|
<view class="m-card good-info">
|
||||||
<view class="head-title">支付方式</view>
|
<view class="head-title">支付方式</view>
|
||||||
|
@ -118,13 +117,6 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- <view class="m-card order-remark">
|
|
||||||
<view class="head-title">
|
|
||||||
<text>预约时间</text>
|
|
||||||
</view>
|
|
||||||
<uni-datetime-picker type="date" :clear-icon="false" v-model="reservation_time" />
|
|
||||||
</view> -->
|
|
||||||
|
|
||||||
<view class="m-card order-remark">
|
<view class="m-card order-remark">
|
||||||
<view class="head-title">
|
<view class="head-title">
|
||||||
<text>订单备注</text>
|
<text>订单备注</text>
|
||||||
|
|
Loading…
Reference in New Issue