Переглянути джерело

commit -m 修改直播文案

zhengjinyi 4 роки тому
батько
коміт
e6a9f813d0

+ 1 - 1
components/cm-module/homeIndex/pageSpecial.vue

@@ -5,7 +5,7 @@
 				<view class="tui-goods__list">
 					<view class="tui-goods__item" v-if="tempData.liveList != ''">
 						<view class="tui-group-name" @click="LiveGoPath">
-							<view class="tui-group-title"><text>精彩直播</text></view>
+							<view class="tui-group-title"><text>采美LIVE</text></view>
 							<view class="iconfont icon-xiayibu"></view>
 						</view>
 						<view class="tui-goods__main" :class="flIndex == 0 ? 'one' : ''" v-for="(live, flIndex) in tempData.liveList" :key="flIndex" @click="LiveGoPathPros(live)">

+ 1 - 2
components/cm-module/productDetails/cm-price.vue

@@ -209,8 +209,7 @@
 			},
 		},
 		created() {
-			console.log(this.userIdentity)
-			console.log(this.shopID)
+			
 		},
 		computed: {
 			...mapState(['hasLogin','isWxAuthorize'])

+ 4 - 4
pages.json

@@ -518,27 +518,27 @@
 				{
 					"path": "pages/article/page",
 					"style": {
-						"navigationBarTitleText": "采美365",
+						"navigationBarTitleText": "采美采购平台",
 						"enablePullDownRefresh":true
 					}
 				},
 				{
 					"path": "pages/article/path",
 					"style": {
-						"navigationBarTitleText": "采美365",
+						"navigationBarTitleText": "采美采购平台",
 						"enablePullDownRefresh":true
 					}
 				},
 				{
 					"path": "pages/article/page-image",
 					"style": {
-						"navigationBarTitleText": "采美365直播"
+						"navigationBarTitleText": "采美采购平台"
 					}
 				},
 				{
 					"path": "pages/article/path-live",
 					"style": {
-						"navigationBarTitleText": "采美365直播",
+						"navigationBarTitleText": "采美采购平台",
 						"enablePullDownRefresh":true
 					}
 				},

+ 2 - 2
services/ajax.env.js

@@ -4,8 +4,8 @@ if(process.env.NODE_ENV === 'development'){
 	// URL_CONFIG = 'http://192.168.2.68:8008'	 //涛涛联调地址
 	// URL_CONFIG = 'http://192.168.2.67:8008'	 //裴裴联调地址
 	// URL_CONFIG = 'http://192.168.2.75:8008'	 //超超联调地址
-    URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
-	// URL_CONFIG = 'https://spi.caimei365.com'
+    // URL_CONFIG = 'https://spi-b.caimei365.com'	 //采美测试地址
+	URL_CONFIG = 'https://spi.caimei365.com'
 }else{
     // 生产环境
 	// URL_CONFIG = 'https://spi-b.caimei365.com'