Commit 3e01a403 authored by 黄奎's avatar 黄奎

隐藏收货地址

parent a5bc63ee
...@@ -47,10 +47,6 @@ ...@@ -47,10 +47,6 @@
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<!-- <view class="box-bg">
<input class="uni-input inputM" readonly="readonly"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
</view> -->
<view class="box-bg"> <view class="box-bg">
<input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;' <input class="uni-input inputM" style='margin-left: 10px;margin-top: 5px;'
v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" /> v-model="rules.ConsultingResults" placeholder="如何知道进阶思维" />
...@@ -252,7 +248,6 @@ ...@@ -252,7 +248,6 @@
} else { } else {
this.registered() this.registered()
} }
}, },
confirm(e) { confirm(e) {
console.log(e); console.log(e);
......
...@@ -510,13 +510,13 @@ ...@@ -510,13 +510,13 @@
// that.adressInfo.ShoppingAddress = '四川成都龙泉驿1' // that.adressInfo.ShoppingAddress = '四川成都龙泉驿1'
// that.JJSWStuId = '10724'; // that.JJSWStuId = '10724';
// that.Thename="HK"; // that.Thename="HK";
if (that.adressInfo.Consignee == '') { // if (that.adressInfo.Consignee == '') {
this.$refs.uToast.show({ // this.$refs.uToast.show({
title: '请选择收货信息!', // title: '请选择收货信息!',
type: 'warning' // type: 'warning'
}); // });
return; // return;
} // }
if (that.JJSWStuId == '' || that.Thename == '') { if (that.JJSWStuId == '' || that.Thename == '') {
this.$refs.uToast.show({ this.$refs.uToast.show({
title: '请添加学员!', title: '请添加学员!',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment