Browse Source

好生活,茶付宝!

xiaomei 1 year ago
parent
commit
b84f8a48ee

+ 1 - 1
src/pages/account/consignment.vue

@@ -114,7 +114,7 @@ import notGoods from '@/components/not-goods/index.vue'
 			let userinfo = uni.getStorageSync('userinfo');
 			var path = '/pages/account/consignment';
 			if (userinfo.invite) path = '/pages/account/consignment?invite=' + userinfo.invite;
-		    var title = `让数字经济赋能美好生活!`;
+		    var title = `好生活,茶付宝!`;
 		    return {
 		        title: title,
 		        path: path

+ 1 - 1
src/pages/consumerGold/enjoyGoods.vue

@@ -163,7 +163,7 @@ export default {
         "&id=" +
         this.categoryId +
         "&type=4";
-    var title = `让数字经济赋能美好生活!`;
+    var title = `好生活,茶付宝!`;
     return {
       title: title,
       path: path,

+ 1 - 1
src/pages/consumerGold/index.vue

@@ -127,7 +127,7 @@
         ></image>
         <text>{{ "暂无商品信息" }}</text>
       </view>
-      <view class="fz_w_text">让数字经济赋能美好生活!</view>
+      <view class="fz_w_text">好生活,茶付宝!</view>
     </div>
   </div>
 </template>

+ 1 - 1
src/pages/consumerGold/specialCategory.vue

@@ -161,7 +161,7 @@ export default {
         "&id=" +
         this.categoryId +
         "&type=4";
-    var title = `让数字经济赋能美好生活!`;
+    var title = `好生活,茶付宝!`;
     return {
       title: title,
       path: path,

+ 1 - 1
src/pages/index/index.vue

@@ -100,7 +100,7 @@
             </div>
         </div>
         <not-goods v-else textStr="暂无附近商家"></not-goods>
-        <view class="fz_w_text">让数字经济赋能美好生活!</view>
+        <view class="fz_w_text">好生活,茶付宝!</view>
         <!-- 城市选择 -->
         <h-address @select="selectaddress" :visible.sync="showAddress" />
         <!-- 隐私指引 -->

+ 1 - 1
src/pages/my/index.vue

@@ -267,7 +267,7 @@
         <view class="confim flex_r flex_ac flex_jc"  @tap="loginOut">退出登录</view>
         <!-- #endif -->
         <view class="fz_w_text">
-            <view>让数字经济赋能美好生活!</view>
+            <view>好生活,茶付宝!</view>
             <!-- #ifdef MP-WEIXIN -->
             <view v-if="app.globalData.version">{{ app.globalData.version }}</view>
             <!-- #endif -->

+ 1 - 1
src/pages/product/p_details.vue

@@ -451,7 +451,7 @@ export default {
         if (userinfo.invite) {
             path = "/pages/product/p_details?invite=" + userinfo.invite + "&id=" + this.goodsDa.id + "&type=" + this.goodsDa.type;
         }
-        var title = `让数字经济赋能美好生活!`;
+        var title = `好生活,茶付宝!`;
         return {
             title: title,
             path: path,

+ 1 - 1
src/pages/product/productRetail.vue

@@ -107,7 +107,7 @@ export default {
         let userinfo = uni.getStorageSync('userinfo');
         var path = '/pages/product/productRetail';
         if (userinfo.invite) path = '/pages/product/productRetail?invite=' + userinfo.invite;
-        var title = `让数字经济赋能美好生活!`;
+        var title = `好生活,茶付宝!`;
         return {
             title: title,
             path: path

+ 1 - 1
src/pages/product/productTeaBaby.vue

@@ -75,7 +75,7 @@ export default {
         let userinfo = uni.getStorageSync("userinfo");
         var path = "/pages/product/productWholesale";
         if (userinfo.invite) path = "/pages/product/productWholesale?invite=" + userinfo.invite;
-        var title = `让数字经济赋能美好生活!`;
+        var title = `好生活,茶付宝!`;
         return {
             title: title,
             path: path,

+ 1 - 1
src/pages/product/productWholesale.vue

@@ -71,7 +71,7 @@ export default {
         let userinfo = uni.getStorageSync('userinfo');
         var path = '/pages/product/productWholesale';
         if (userinfo.invite) path = '/pages/product/productWholesale?invite=' + userinfo.invite;
-        var title = `让数字经济赋能美好生活!`;
+        var title = `好生活,茶付宝!`;
         return {
             title: title,
             path: path

+ 1 - 1
src/pages/sign/index.vue

@@ -119,7 +119,7 @@
           </view>
         </view>
         <!-- 精品推荐-end -->
-        <view class="fz_w_text">让数字经济赋能美好生活!</view>
+        <view class="fz_w_text">好生活,茶付宝!</view>
     </div>
 </template>
 <script>

+ 1 - 1
src/pagesC/consumerGold/exchange.vue

@@ -79,7 +79,7 @@ export default {
         let userinfo = uni.getStorageSync("userinfo");
         var path = "/pages/product/productWholesale";
         if (userinfo.invite) path = "/pages/product/productWholesale?invite=" + userinfo.invite;
-        var title = `让数字经济赋能美好生活!`;
+        var title = `好生活,茶付宝!`;
         return {
             title: title,
             path: path,

+ 1 - 1
src/pagesC/product/productOE.vue

@@ -86,7 +86,7 @@ export default {
     var path = "/pages/product/productWholesale";
     if (userinfo.invite)
       path = "/pages/product/productWholesale?invite=" + userinfo.invite;
-    var title = `让数字经济赋能美好生活!`;
+    var title = `好生活,茶付宝!`;
     return {
       title: title,
       path: path,