浏览代码

修改显示问题

hejie 3 年之前
父节点
当前提交
1a35eee049

+ 1 - 1
src/components/goodsList.vue

@@ -12,7 +12,7 @@
             </view>
             </view>
             <view class="product-txt">{{ type == 3 ? i.give_cha_bao + "茶宝" : i.give_integral + "积分" }}</view>
             <view class="product-txt">{{ type == 3 ? i.give_cha_bao + "茶宝" : i.give_integral + "积分" }}</view>
         </view>
         </view>
-        <view class='fz_w_text mar_t20 mar_b20'>茶,让生活更美好!</view>
+        <view class='fz_w_text mar_t20 mar_b20'>让数字经济赋能美好生活!</view>
     </view>
     </view>
 </template>
 </template>
 <script>
 <script>

+ 1 - 1
src/manifest.json

@@ -1,5 +1,5 @@
 {
 {
-    "name": "一茶酒社",
+    "name": "数智云商城",
     "appid": "__UNI__95AE405",
     "appid": "__UNI__95AE405",
     "description": "",
     "description": "",
     "versionName": "1.0.0",
     "versionName": "1.0.0",

+ 3 - 3
src/pages.json

@@ -3,7 +3,7 @@
 		{
 		{
 			"path": "pages/index/index",
 			"path": "pages/index/index",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "一茶酒社"
+				"navigationBarTitleText": "数智云商城"
 			}
 			}
 		},
 		},
 		{
 		{
@@ -15,7 +15,7 @@
 		{
 		{
 			"path": "pages/sign/index",
 			"path": "pages/sign/index",
 			"style": {
 			"style": {
-				"navigationBarTitleText": "任务"
+				"navigationBarTitleText": "福利"
 			}
 			}
 		},
 		},
 		{
 		{
@@ -203,7 +203,7 @@
 				"pagePath": "pages/sign/index",
 				"pagePath": "pages/sign/index",
 				"iconPath": "static/nav/qiandao.png",
 				"iconPath": "static/nav/qiandao.png",
 				"selectedIconPath": "static/nav/qiandao_select.png",
 				"selectedIconPath": "static/nav/qiandao_select.png",
-				"text": "任务"
+				"text": "福利"
 			},
 			},
 			{
 			{
 				"pagePath": "pages/partner/index",
 				"pagePath": "pages/partner/index",

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

@@ -254,7 +254,7 @@ import uniPopup from '@/components/uni-popup/uni-popup.vue'
 		        path = '/pages/consign-list/index?agentId='+ app.globalData.systemUserInfo.userId;
 		        path = '/pages/consign-list/index?agentId='+ app.globalData.systemUserInfo.userId;
 		    }
 		    }
 		    		
 		    		
-		    var title = `茶,让生活更美好!`;
+		    var title = `让数字经济赋能美好生活!`;
 		    return {
 		    return {
 		        title: title,
 		        title: title,
 		        path: path
 		        path: path

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

@@ -61,7 +61,7 @@
                     </view>
                     </view>
                     <view class="product-txt">{{ i.give_integral + "积分" }}</view>
                     <view class="product-txt">{{ i.give_integral + "积分" }}</view>
                 </view>
                 </view>
-                <view class='fz_w_text mar_t20 mar_b20'>茶,让生活更美好!</view>
+                <view class='fz_w_text mar_t20 mar_b20'>让数字经济赋能美好生活!</view>
             </view>
             </view>
         </view>
         </view>
     </div>
     </div>

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

@@ -67,15 +67,15 @@
 						<view class="list_text">{{ userinfo.yesterdayProfit || 0 }}</view>
 						<view class="list_text">{{ userinfo.yesterdayProfit || 0 }}</view>
 					</view>
 					</view>
 					<view class="info_list flex_c flex_jb" @tap="getToAccMoney">
 					<view class="info_list flex_c flex_jb" @tap="getToAccMoney">
-						<view class="list_name">积分</view>
-						<view class="list_text">{{ userinfo.integral || 0 }}</view>
+						<view class="list_name">茶宝</view>
+						<view class="list_text">{{ userinfo.cha_bao || 0 }}</view>
 					</view>
 					</view>
 					<!-- 					<view class="info_list flex_c flex_jb" @tap="getToBean">
 					<!-- 					<view class="info_list flex_c flex_jb" @tap="getToBean">
 						<view class="list_name">拼豆</view>
 						<view class="list_name">拼豆</view>
 						<view class="list_text">{{userInfoAccount.accountBean}}</view>
 						<view class="list_text">{{userInfoAccount.accountBean}}</view>
 					</view> -->
 					</view> -->
 					<view class="info_list flex_c flex_jb" @tap="getToTeaList">
 					<view class="info_list flex_c flex_jb" @tap="getToTeaList">
-						<view class="list_name">茶友(人)</view>
+						<view class="list_name">社区(人)</view>
 						<view class="list_text">{{ userinfo.friends || 0 }}</view>
 						<view class="list_text">{{ userinfo.friends || 0 }}</view>
 					</view>
 					</view>
 				</view>
 				</view>
@@ -240,7 +240,7 @@
 				</view>
 				</view>
 			</view>
 			</view>
 		</view>
 		</view>
-		<view class="fz_w_text mar_t20 mar_b20">茶,让生活更美好!</view>
+		<view class="fz_w_text mar_t20 mar_b20">让数字经济赋能美好生活!</view>
 		<!-- 功能列表-end -->
 		<!-- 功能列表-end -->
 
 
 		<!-- 授权 -->
 		<!-- 授权 -->

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

@@ -2,7 +2,7 @@
     <view class="login">
     <view class="login">
         <view class="HLogo">
         <view class="HLogo">
             <img src="@/static/img/ycjs.png" alt="" />
             <img src="@/static/img/ycjs.png" alt="" />
-            <p>欢迎登录一茶酒社</p>
+            <p>欢迎登录数智云商城</p>
         </view>
         </view>
         <view class="phoneL" v-if="LoginType == 1">
         <view class="phoneL" v-if="LoginType == 1">
             <view class="clearfix"><input v-model="formD2.mobile" placeholder="请输入手机号" type="number" maxlength="11" /></view>
             <view class="clearfix"><input v-model="formD2.mobile" placeholder="请输入手机号" type="number" maxlength="11" /></view>

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

@@ -163,7 +163,7 @@ export default {
             path = '/pages/retail-list/index?agentId=' + app.globalData.systemUserInfo.userId;
             path = '/pages/retail-list/index?agentId=' + app.globalData.systemUserInfo.userId;
         }
         }
 
 
-        var title = `茶,让生活更美好!`;
+        var title = `让数字经济赋能美好生活!`;
         return {
         return {
             title: title,
             title: title,
             path: path
             path: path

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

@@ -77,7 +77,7 @@ export default {
         if (userinfo.user_id) {
         if (userinfo.user_id) {
             path = '/pages/product/productWholesale?agentId=' + userinfo.user_id;
             path = '/pages/product/productWholesale?agentId=' + userinfo.user_id;
         }
         }
-        var title = `茶,让生活更美好!`;
+        var title = `让数字经济赋能美好生活!`;
         return {
         return {
             title: title,
             title: title,
             path: path
             path: path