Commit f1350a3d by 高淑倩

立即购买样式

parent d16c5c54
...@@ -41,6 +41,10 @@ wxService.page({ ...@@ -41,6 +41,10 @@ wxService.page({
this.initCitys() this.initCitys()
}, },
// 提交
formSubmit(e){
console.log('提交', e)
},
initCitys() { initCitys() {
wxService.getC1().then((c1) => { wxService.getC1().then((c1) => {
return wxService.Promise.all([wxService.Promise.resolve(c1), wxService.getC2ByC1('北京'), wxService.getC3ByC2('北京北京市')]) return wxService.Promise.all([wxService.Promise.resolve(c1), wxService.getC2ByC1('北京'), wxService.getC3ByC2('北京北京市')])
...@@ -126,8 +130,9 @@ wxService.page({ ...@@ -126,8 +130,9 @@ wxService.page({
}) })
}, },
handelGobuy() { handelGobuy() {
this.formSubmit()
const { trolleySku2Buy } = this.data const { trolleySku2Buy } = this.data
this.getBill(trolleySku2Buy) // 下单 // this.getBill(trolleySku2Buy) // 下单
}, },
// 下单 // 下单
getBill(trolleySku2Buy) { getBill(trolleySku2Buy) {
......
/* pages/confirmOrder/confirmOrder.wxss */ /* pages/confirmOrder/confirmOrder.wxss */
@import './../../base/base.wxss';
.address-wrap{ .address-wrap{
padding: 0 30rpx; padding: 0 30rpx;
} }
......
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