diff --git a/api/model/sharing.js b/api/model/sharing.js index 9054866..0fa3d07 100644 --- a/api/model/sharing.js +++ b/api/model/sharing.js @@ -8,6 +8,16 @@ const api = { auth: true, debounce: 500, }, + /** + * 点击增肌个人分享记录 + */ + addLogShareInfo: { + url: '/fen/addLog', + method: 'POST', + auth: true, + limit : 500, + showLoading : true, + }, /** * 删除分享记录 */ diff --git a/manifest.json b/manifest.json index 3bd03b1..cbdf96a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "unapp模板", - "appid" : "__UNI__197A38F", + "appid" : "__UNI__A010721", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -57,8 +57,8 @@ "urlCheck" : false, "minified" : true }, - "optimization": { - "subPackages": true + "optimization" : { + "subPackages" : true }, "usingComponents" : true, "permission" : { diff --git a/pages/index/center.vue b/pages/index/center.vue index e759b15..a987155 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -14,12 +14,15 @@ ID: - {{ userInfo.id }} + {{ userInfo.intentionCode }} - + + 普通会员 @@ -36,7 +39,7 @@ 代理商权益 - 将于{{ $dayjs(userInfoVip.vip_time).format('YYYY年M月D日') () }}到期 + 将于{{userInfo.endTime}}到期 @@ -157,7 +160,7 @@ computed: { ...mapState(['userInfo', 'userInfoVip']), role() { - return this.userInfo.role + return this.userInfo.isPay } }, onShow() { diff --git a/pages_order/mine/wallet.vue b/pages_order/mine/wallet.vue index 1011646..df891dd 100644 --- a/pages_order/mine/wallet.vue +++ b/pages_order/mine/wallet.vue @@ -49,7 +49,7 @@ {{ item.title }} -