From e01a903c88e0dc3e6e9d5133a657631978a63ca5 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Fri, 4 Aug 2023 17:22:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20usability:=20=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- redPackets.html | 4 ++++ reduce.html | 1 + ysf-reduce.html | 1 + ysf.html | 1 + 4 files changed, 7 insertions(+) diff --git a/redPackets.html b/redPackets.html index 2563426..0f10c3e 100644 --- a/redPackets.html +++ b/redPackets.html @@ -135,6 +135,10 @@ modelPop }, + mounted () { + document.title = this.goodsInfo.entity.batch_goods_name; + }, + methods: { /* 立即领取 */ receive () { diff --git a/reduce.html b/reduce.html index a0939a8..7fef967 100644 --- a/reduce.html +++ b/reduce.html @@ -161,6 +161,7 @@ goodsCount = sessionStorage.getItem('goodsCount'); this.backAble = goodsCount > 1;//多个商品才有返回 this.reduceInfo = goodsDetail.entity; + document.title = this.reduceInfo.batch_goods_name; this.plaflam = goodsDetail.entity.channel; if (goodsDetail.entity.time_limit.use_time.type == 'week') { //处理星期连贯操作 goodsDetail.entity.time_limit.use_time.week = sortWeeks(goodsDetail.entity.time_limit.use_time.week); diff --git a/ysf-reduce.html b/ysf-reduce.html index ce872a6..888ea9d 100644 --- a/ysf-reduce.html +++ b/ysf-reduce.html @@ -126,6 +126,7 @@ }, mounted () { + document.title = this.ysf.entity.batch_goods_name; /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase(); this.isMini = /miniProgram/i.test(ua); diff --git a/ysf.html b/ysf.html index 5c92baf..343e5b2 100644 --- a/ysf.html +++ b/ysf.html @@ -125,6 +125,7 @@ }, mounted () { + document.title = this.ysf.entity.batch_goods_name; /* 判断是否是微信小程序内 */ let ua = window.navigator.userAgent.toLowerCase(); this.isMini = /miniProgram/i.test(ua);