yuxingxing 2 роки тому
батько
коміт
b0220f8bc5
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      pages/users/user_invoice_list/index.vue

+ 4 - 1
pages/users/user_invoice_list/index.vue

@@ -181,12 +181,15 @@ export default {
 	 * 用户点击右上角分享
 	 */
 	onShareAppMessage: function (res) {
+		let userInfo = this.$Cache.get("USER_INFO", true)
 		let that = this;
 		return {
 			title: that.storeInfo.goodsName || "",
 			imageUrl: "http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg" || that.storeInfo.image,
-			path: "/pages/goods_details/index?id=" + that.gongFuId + "&inviteCode=" + that.promotionShare,
+			path: "/pages/goods_details/index?id=" + that.gongFuId + "&inviteCode=" + that.promotionShare
+			+"&zoneType=8",
 		};
+		
 	},
 	onLoad(option) {
 		let that = this