diff --git a/components/jyf-parser/jyf-parser.vue b/components/jyf-parser/jyf-parser.vue index 2fabb92..6294c26 100644 --- a/components/jyf-parser/jyf-parser.vue +++ b/components/jyf-parser/jyf-parser.vue @@ -22,6 +22,7 @@ + @@ -64,7 +65,7 @@ src: '', height: 1, // #endif - // #ifndef APP-PLUS-NVUE + // #ifndef APP-PLUS-NVUE scaleAm: '', showAm: '', imgs: [], diff --git a/manifest.json b/manifest.json index fe3cdfb..5f77bfb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "CRMEB", - "appid" : "__UNI__039BCFE", + "appid" : "__UNI__3A527D1", "description" : "", "versionName" : "1.0.5", "versionCode" : 128, @@ -24,7 +24,10 @@ "iBeacon" : {}, "Barcode" : {}, "Camera" : {}, - "Geolocation" : {} + "Geolocation" : {}, + "Payment" : {}, + "Share" : {}, + "Push" : {} }, "safearea" : { "bottom" : { @@ -37,7 +40,11 @@ "android" : { "resizeableActivity" : true, "permissions" : [ + "", + "", "", + "", + "", "", "", "", @@ -45,8 +52,16 @@ "", "", "", + "", + "", + "", + "", + "", + "", "", "", + "", + "", "", "" ], @@ -80,13 +95,15 @@ } }, "payment" : { - "alipay" : { - "__platform__" : [ "ios", "android" ] + "weixin" : { + "__platform__" : [ "android" ], + "appid" : "wx9d68c92b550ddd1e", + "UniversalLinks" : "https://mer.crmeb.net/" } }, "share" : { "weixin" : { - "appid" : "", + "appid" : "wx9d68c92b550ddd1e", "UniversalLinks" : "https://mer.crmeb.net/" } }, @@ -95,7 +112,12 @@ "__platform__" : [ "ios", "android" ] } }, - "push" : {}, + "push" : { + "unipush" : { + "version" : "2", + "offline" : false + } + }, "oauth" : { "apple" : {} }, diff --git a/pages.json b/pages.json index a746a54..d9d05ff 100644 --- a/pages.json +++ b/pages.json @@ -635,7 +635,14 @@ "style": { "navigationBarTitleText": "订单详情" } - }, { + }, + { + "path": "user_invoice_order_list/index", + "style": { + "navigationBarTitleText": "订单详情" + } + }, + { "path": "privacy/index", "style": { "navigationBarTitleText": "", diff --git a/pages/news_details/index.vue b/pages/news_details/index.vue index 25aa753..63b9c5b 100644 --- a/pages/news_details/index.vue +++ b/pages/news_details/index.vue @@ -13,7 +13,7 @@ - + {{store_info.store_name}} @@ -27,10 +27,13 @@ + >和好友一起分享 + + + diff --git a/pages/users/embody/embody.vue b/pages/users/embody/embody.vue index 152b144..3170825 100644 --- a/pages/users/embody/embody.vue +++ b/pages/users/embody/embody.vue @@ -325,6 +325,7 @@ spreadInfo({ source: that.source }).then(res => { + console.log(res); that.userInfo = res.data; that.minPrice = res.data.user_extract_min; }); diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index 5994fdf..ee1a357 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -12,7 +12,8 @@ v-if="addressInfo.is_default">[默认]{{addressInfo.province}}{{addressInfo.city}}{{addressInfo.district}}{{addressInfo.street || ''}}{{addressInfo.detail}} - + 设置收货地址 @@ -71,7 +72,8 @@ class="price">¥{{ (goods.productPresellAttr.final_price * goods.cart_num).toFixed(2) }} - {{ goods.productPresell.final_start_time | filterDay}}开始支付尾款 + {{ goods.productPresell.final_start_time | filterDay}}开始支付尾款 + @@ -101,9 +103,9 @@ 不支持快递 - 不支持到店核销 + 不支持到店核销 - + @@ -117,7 +119,9 @@ 配送方式 - + {{item.order.isTake==0 ? deliveryName :'到店核销'}} @@ -134,7 +138,8 @@ - + 快递费用 (尾款阶段) @@ -193,33 +198,40 @@ *{{item.title}} - + *{{item.title}} - + *{{item.title}} - + - + *{{item.title}} - - + + *{{item.title}} - + @@ -227,18 +239,21 @@ *{{item.title}} - + *{{item.title}} - + - + 上传图片 @@ -259,16 +274,18 @@
- + *收货人姓名 - + - + *收货人电话 - +
@@ -325,12 +342,12 @@ 店铺优惠金额: -¥{{coupon_price}}
- + 积分抵扣: 当前积分{{userInfo.integral}} - 使用了{{integral_count}}个积分,抵扣{{integral_price}}元 + 使用了{{integral_count}}个积分,抵扣{{integral_price}}元 - + + - + - + + + \ No newline at end of file