Browse Source

。。。

yuxingxing 2 years ago
parent
commit
fe7bda97e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/users/user_invoice_list/index.vue

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

@@ -184,7 +184,7 @@ export default {
 		let userInfo = this.$Cache.get("USER_INFO", true)
 		let that = this;
 		return {
-			title: that.storeInfo.goodsName || "",
+			title: userInfo.realName + "邀请您购买共富1580商品",
 			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
 			+"&zoneType=8",