add
This commit is contained in:
parent
39cda88ba1
commit
30ad9dfce9
|
@ -2,8 +2,8 @@ let BASE_URL
|
|||
let WSS_URL
|
||||
import store from "@/store/user.js"
|
||||
// 环境
|
||||
let env = "dev"
|
||||
// let env = "prod"
|
||||
// let env = "dev"
|
||||
let env = "prod"
|
||||
// let env = "release";
|
||||
// let env = "local";
|
||||
|
||||
|
|
|
@ -556,7 +556,7 @@
|
|||
mobile: formData.mobile
|
||||
})
|
||||
formData2.mobile = formData.mobile
|
||||
if (data.user_ship == 4) return;
|
||||
if (data.user_ship == 4 || data.user_ship == 0) return;
|
||||
if (Role.value == 1) {
|
||||
uni.$u.toast('该用户已是会员请使用追加经营资金进行收款')
|
||||
currentTab.value = 1
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
<up-button @click="weixinLogin" color="#20B128" size="large"><up-icon color="#fff"
|
||||
size="28"></up-icon>手机号快捷登录</up-button>
|
||||
</view>
|
||||
<view class="btn">
|
||||
<!-- <view class="btn">
|
||||
<up-button @click="navgo('/pages/login/test')" color="#20B128" size="large"><up-icon
|
||||
name="account-fill" color="#fff" size="28"></up-icon>真-手机号快捷登录</up-button>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- <view class="btn">
|
||||
<up-button @click="officialCode" color="#20B128" size="large"><up-icon name="weixin-fill" color="#fff"
|
||||
size="28"></up-icon>公众号授权</up-button>
|
||||
|
|
|
@ -36,8 +36,8 @@
|
|||
<view class="address-info"
|
||||
style='display: flex;justify-content: space-between;width: 690rpx;align-items: center;'>
|
||||
<view class="top" style="align-items: flex-start;">
|
||||
<view style="color: #333;width: 190rpx;">
|
||||
<view style="margin: 0 10rpx;color:#20B128;text-align: center;">推荐自提点</view>
|
||||
<view style="color: #333;width: 200rpx;">
|
||||
<view style="margin: 0 10rpx;color:#20B128;">推荐自提点</view>
|
||||
<view class="isreser"> {{reservation?"次日可提":"当日可提" }}
|
||||
</view>
|
||||
</view>
|
||||
|
@ -110,13 +110,13 @@
|
|||
</view>
|
||||
|
||||
<view class="m-card order-remark">
|
||||
<view style="display: flex;align-items: center;">
|
||||
<!-- <view style="display: flex;align-items: center;">
|
||||
<text style="margin-right: 20rpx;">是否存货</text>
|
||||
<up-radio-group v-model="is_storage" placement="row">
|
||||
<up-radio activeColor="#20b128" label="立即提货" :name="0" style="margin-right: 10rpx;"></up-radio>
|
||||
<up-radio activeColor="#20b128" label="全部存货" :name="1"></up-radio>
|
||||
</up-radio-group>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="head-title" style="margin-top: 20rpx;">
|
||||
<text>订单备注</text>
|
||||
<text>{{formData.remark.length}}/140</text>
|
||||
|
@ -575,12 +575,13 @@
|
|||
<style lang="scss">
|
||||
.isreser {
|
||||
// margin: 0 10rpx;
|
||||
margin-top: 5rpx;
|
||||
// margin-top: 5rpx;
|
||||
color: black;
|
||||
background-color: #F6EECD;
|
||||
padding: 5rpx 10rpx;
|
||||
// padding: 5rpx 4rpx;
|
||||
border-radius: 10rpx;
|
||||
text-align: center;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.m-card {
|
||||
|
|
Loading…
Reference in New Issue