Commit 3b1379fd authored by zhengke's avatar zhengke

修改

parent 64b4a56f
...@@ -170,7 +170,8 @@ ...@@ -170,7 +170,8 @@
<view class="order_carBg" style="margin-top:10px;"> <view class="order_carBg" style="margin-top:10px;">
<view style="margin-bottom:5px;">天数:{{mchs[0].goods_list[0].goods_attr.advance_day}}</view> <view style="margin-bottom:5px;">天数:{{mchs[0].goods_list[0].goods_attr.advance_day}}</view>
<view style="margin-bottom:5px;">颜色:{{mchs[0].goods_list[0].goods_attr.carcolor_name}}</view> <view style="margin-bottom:5px;">颜色:{{mchs[0].goods_list[0].goods_attr.carcolor_name}}</view>
<view>类型:{{mchs[0].goods_list[0].goods_attr.car_model}}/{{mchs[0].goods_list[0].goods_attr.ride_num}}</view> <view>类型:{{mchs[0].goods_list[0].goods_attr.car_model}}/{{mchs[0].goods_list[0].goods_attr.ride_num}}
{{mchs[0].goods_list[0].goods_attr.car_class}}</view>
</view> </view>
</view> </view>
<view style="text-align: right;"> <view style="text-align: right;">
...@@ -466,7 +467,6 @@ ...@@ -466,7 +467,6 @@
onLoad(options) { onLoad(options) {
if (options) { if (options) {
console.log(options,'options');
this.msg.DetailList[0].GoodsId = options.GoodsId; this.msg.DetailList[0].GoodsId = options.GoodsId;
this.msg.DetailList[0].Number = options.Number; this.msg.DetailList[0].Number = options.Number;
this.msg.ShoppingAddress = options.ShoppingAddress; this.msg.ShoppingAddress = options.ShoppingAddress;
...@@ -509,7 +509,6 @@ ...@@ -509,7 +509,6 @@
}); });
this.amapPlugin.getRegeo({ this.amapPlugin.getRegeo({
success: (data) => { success: (data) => {
console.log(data, 'data');
this.Pickcar = data[0].regeocodeData.addressComponent.city; this.Pickcar = data[0].regeocodeData.addressComponent.city;
this.latitude = data[0].latitude; this.latitude = data[0].latitude;
this.longitude = data[0].longitude; this.longitude = data[0].longitude;
...@@ -523,7 +522,6 @@ ...@@ -523,7 +522,6 @@
latitude: this.latitude, latitude: this.latitude,
longitude: this.longitude, longitude: this.longitude,
success: function(res) { success: function(res) {
console.log(res,'地址');
if(that.isShowStart==1){ if(that.isShowStart==1){
that.latitude = res.latitude; that.latitude = res.latitude;
that.longitude = res.longitude; that.longitude = res.longitude;
...@@ -570,7 +568,6 @@ ...@@ -570,7 +568,6 @@
}) })
}, },
gotimeconfirm(StartTime, EndTime) { //选择时间返回的参数 gotimeconfirm(StartTime, EndTime) { //选择时间返回的参数
console.log(StartTime, EndTime)
this.STime = this.getTime(StartTime) this.STime = this.getTime(StartTime)
this.StartTime = StartTime this.StartTime = StartTime
this.ETime = this.getTime(EndTime) this.ETime = this.getTime(EndTime)
...@@ -656,7 +653,6 @@ ...@@ -656,7 +653,6 @@
closeCouponHandler(e) { closeCouponHandler(e) {
if (e != -1) { if (e != -1) {
this.msg.User_Coupon_Id = e; this.msg.User_Coupon_Id = e;
console.log(e, 'e');
this.getData(); this.getData();
} }
this.showCoupon = false; this.showCoupon = false;
...@@ -693,7 +689,6 @@ ...@@ -693,7 +689,6 @@
res => { res => {
if (res.resultCode == 1) { if (res.resultCode == 1) {
this.couponList = res.data; this.couponList = res.data;
console.log(this.couponList, '优惠券');
} }
} }
); );
...@@ -712,8 +707,6 @@ ...@@ -712,8 +707,6 @@
this.orderMsg.Use_Integral = this.msg.Use_Integral; this.orderMsg.Use_Integral = this.msg.Use_Integral;
this.orderMsg.CarType = this.dataList.mch_list[0].goods_list[0].goods_attr.car_type; this.orderMsg.CarType = this.dataList.mch_list[0].goods_list[0].goods_attr.car_type;
this.orderMsg.AnchorName = uni.getStorageSync("AnchorName")?uni.getStorageSync("AnchorName").AnchorName:''; //直播名称 this.orderMsg.AnchorName = uni.getStorageSync("AnchorName")?uni.getStorageSync("AnchorName").AnchorName:''; //直播名称
console.log(this.orderMsg,'orderMsg');
this.request2({ this.request2({
url: '/api/AppletOrder/SetAppletSDGoodsOrderInfo', url: '/api/AppletOrder/SetAppletSDGoodsOrderInfo',
data: this.orderMsg data: this.orderMsg
......
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