zhaogongxue 7 月之前
父節點
當前提交
f872c72ede

+ 3 - 4
pageA/productdetails.vue

@@ -45,7 +45,7 @@
               i18n.Discounted
             }}</text>
 						<text class="money">¥</text>
-						<text class="money" style="font-size: 48rpx">{{
+						<text v-if="goodinfo.discount_price" class="money" style="font-size: 48rpx">{{
               goodinfo.is_discount == 0
                 ? goodinfo.discount_price.slice(0, -3)
                 : goodinfo.price.slice(0, -3)
@@ -430,7 +430,7 @@
 				css="text-align:center; padding-top: 20rpx;color:#F83224; font-size: 26rpx" />
 
 			<l-painter-text :text="goodinfoname" css=" padding-top: 20rpx;display:block" />
-			<l-painter-qrcode text="https://cbec.hdlkeji.com/cbec?id=49"
+			<l-painter-qrcode :text="'https://cbec.hdlkeji.com/cbec?id='+id"
 				css="width: 132rpx; height: 132rpx;margin-top:44rpx;margin-left:174rpx" />
 			<l-painter-text text="长按识别查看" css=" padding-top: 20rpx;text-align:center;display:block;color:#777777" />
 		</l-painter>
@@ -556,7 +556,7 @@
 			},
 		},
 		onLoad(options) {
-			if (options.q) {
+			if (options.q && options.q != "undefined") {
 				// 获取到二维码原始链接内容
 				const qrUrl = decodeURIComponent(options.q)
 				console.log(qrUrl);
@@ -625,7 +625,6 @@
 			//保存到手机相册
 			saveImage() {
 				var that = this
-				console.log('this.picture2.slice,-1)', this.picture2.slice(23));
 				var fileManager = uni.getFileSystemManager();
 				fileManager.writeFile({
 					filePath: wx.env.USER_DATA_PATH + '/img.jpg', // 指定图片的临时路径

文件差異過大導致無法顯示
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pageA/productdetails.js.map


+ 6 - 6
unpackage/dist/dev/mp-weixin/pageA/productdetails.js

@@ -157,12 +157,13 @@ var render = function () {
   var _c = _vm._self._c || _h
   var l0 = _vm.goodinfo.images ? _vm.goodinfo.images.split(",") : null
   var g0 =
-    _vm.goodinfo.is_discount == 0
+    _vm.goodinfo.discount_price && _vm.goodinfo.is_discount == 0
       ? _vm.goodinfo.discount_price.slice(0, -3)
       : null
-  var g1 = !(_vm.goodinfo.is_discount == 0)
-    ? _vm.goodinfo.price.slice(0, -3)
-    : null
+  var g1 =
+    _vm.goodinfo.discount_price && !(_vm.goodinfo.is_discount == 0)
+      ? _vm.goodinfo.price.slice(0, -3)
+      : null
   var g2 =
     _vm.goodinfo.is_discount == 0 ? _vm.goodinfo.discount_price.slice(-3) : null
   var g3 = !(_vm.goodinfo.is_discount == 0)
@@ -839,7 +840,7 @@ var _default = {
     }
   },
   onLoad: function onLoad(options) {
-    if (options.q) {
+    if (options.q && options.q != "undefined") {
       // 获取到二维码原始链接内容
       var qrUrl = decodeURIComponent(options.q);
       console.log(qrUrl);
@@ -908,7 +909,6 @@ var _default = {
     //保存到手机相册
     saveImage: function saveImage() {
       var that = this;
-      console.log('this.picture2.slice,-1)', this.picture2.slice(23));
       var fileManager = uni.getFileSystemManager();
       fileManager.writeFile({
         filePath: wx.env.USER_DATA_PATH + '/img.jpg',

文件差異過大導致無法顯示
+ 0 - 0
unpackage/dist/dev/mp-weixin/pageA/productdetails.wxml


+ 18 - 1
unpackage/dist/dev/mp-weixin/project.config.json

@@ -21,7 +21,24 @@
   "libVersion": "3.4.3",
   "appid": "wx84ab1b5d609b805d",
   "projectname": "kjds",
-  "condition": {},
+  "condition": {
+    "search": {
+      "current": -1,
+      "list": []
+    },
+    "conversation": {
+      "current": -1,
+      "list": []
+    },
+    "game": {
+      "current": -1,
+      "list": []
+    },
+    "miniprogram": {
+      "current": -1,
+      "list": []
+    }
+  },
   "editorSetting": {
     "tabIndent": "insertSpaces",
     "tabSize": 2

文件差異過大導致無法顯示
+ 0 - 13
unpackage/dist/dev/mp-weixin/project.private.config.json


部分文件因文件數量過多而無法顯示