2323-02-25
功能完善
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<text class="mobile">{{ addressData.phoneNumber }}</text>
|
||||
</view>
|
||||
<text
|
||||
class="address">{{ addressData.province }}-{{ addressData.city }}-{{ addressData.region }}-{{ addressData.detailAddress }}</text>
|
||||
class="address">{{ addressData.region }}-{{ addressData.detailAddress }}</text>
|
||||
</view>
|
||||
<view class="cen" v-else>
|
||||
<text>请设置收货地址</text>
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
};
|
||||
let data = await Api.apiCall('post', Api.index.sendCodes, params);
|
||||
if (data) {
|
||||
|
||||
console.log('验证码---data', data);
|
||||
}
|
||||
},
|
||||
toLoginCode() {
|
||||
@@ -498,7 +498,7 @@
|
||||
if (!phoneReg.test(this.phone)) {
|
||||
throw '手机号格式有误';
|
||||
}
|
||||
|
||||
|
||||
} catch (err) {
|
||||
this.$api.msg(err);
|
||||
return;
|
||||
@@ -705,7 +705,7 @@
|
||||
}
|
||||
|
||||
.welcome {
|
||||
margin-top: 150px;
|
||||
margin-top: 50px;
|
||||
position: relative;
|
||||
left: 50upx;
|
||||
top: -90upx;
|
||||
|
||||
Reference in New Issue
Block a user