فهرست منبع

我的图标更换

zqwang 1 سال پیش
والد
کامیت
83bb8ebdb6
4فایلهای تغییر یافته به همراه10 افزوده شده و 7 حذف شده
  1. 2 1
      common/config.js
  2. 5 5
      pages/client/member/index.vue
  3. 1 1
      pages/client/zui.vue
  4. 2 0
      static/js/config.js

+ 2 - 1
common/config.js

@@ -2,9 +2,10 @@
 export default {
 	// api请求前缀
 	apiUrl:"http://api.duanju.dududus.com",
-	webUrl:'http://api.duanju.dududus.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
+	webUrl:'http://xjc.demo.hongcd.com',//uni.getStorageSync("config").weburl?uni.getStorageSync("config").weburl:'http://192.168.10.175',
 	imgUrl:'https://xjc.demo.hongcd.com',//uni.getStorageSync("config").imgurl?uni.getStorageSync("config").imgurl:'http://192.168.10.175',
 	staticUrl:'https://xjc.demo.hongcd.com/img/',//静态图片地址https://xjc.demo.hongcd.com
+	zystaticUrl:"",
 	// websocket地址
 	//websocketUrl:"https://wx.***.com",
 	// 消息提示tabbar索引  websocketUrl:"https://wx.***.com",

+ 5 - 5
pages/client/member/index.vue

@@ -48,7 +48,7 @@
 				</view>
 			</view>
 			<com-copyright></com-copyright>
-
+			<!-- <image src=""></image> -->
 			<!-- <com-footer model="member"></com-footer> -->
 			<uni-popup ref="popup" type="center"><image class="qrcode-img"  :src="kefu.url"></image></uni-popup>
 			<dialog-birthday v-if="showBirthday" @closed="showBirthday = false"></dialog-birthday>
@@ -87,7 +87,7 @@
 						type: 'link',
 						model: '',
 						link: '/pages/client/tuan/zjjl',
-						icon: this.$config.staticUrl + 'vipcard_icon_my_card@2x.png',
+						icon: this.$config.zystaticUrl + '/static/img/wode/zhuij.png',
 						show: 1
 					},
 					{
@@ -95,7 +95,7 @@
 						type: 'link',
 						model: '',
 						link: '/pages/client/orders/oreders',
-						icon: this.$config.staticUrl + 'vipcard_icon_my_advise@2x.png',
+						icon: this.$config.zystaticUrl + '/static/img/wode/wd-cz.png',
 						show: 1
 					},
 					{
@@ -103,7 +103,7 @@
 						type: 'link',
 						model: '',
 						link: '/pages/client/consume/consume',
-						icon: this.$config.staticUrl + 'vipcard_icon_my_advise@2x.png',
+						icon: this.$config.zystaticUrl + '/static/img/wode/xiaofei.png',
 						show: 1
 					},
 					{
@@ -111,7 +111,7 @@
 						type: 'kefu',
 						model: '',
 						link: '/pages/client/tuan/wdxh',
-						icon: this.$config.staticUrl + 'vipcard_love.png?v=1',
+						icon: this.$config.zystaticUrl + '/static/img/wode/kefu.png',
 						show: 1
 					},
 

+ 1 - 1
pages/client/zui.vue

@@ -2,7 +2,7 @@
 	<view>
 		<!-- 标题栏和状态栏占位符 -->
 		<!-- <view class="titleNview-placing"> </view> -->
-		<siginIn :sign_list="sign_list" :qdjl="qdjl" :tdsy="tdsy"  @cksigin="cksigin" @click="getsigin"></siginIn>
+		<!-- <siginIn :sign_list="sign_list" :qdjl="qdjl" :tdsy="tdsy"  @cksigin="cksigin" @click="getsigin"></siginIn> -->
 		<view class="pd16_15 mt16">
 			<view class="pd16_15" style="box-shadow: 0px 0px 20upx 0px rgba(0,0,0,0.2);  border-radius: 20upx;">
 				<view>

+ 2 - 0
static/js/config.js

@@ -4,6 +4,7 @@ const  appId = 0;
 
 const  apiUrl 	 = process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:81/' :'http://127.0.0.1:81/';
 const  staticUrl = config.staticUrl;
+const  zystaticUrl = config.zystaticUrl;
 
 
 export default {
@@ -11,4 +12,5 @@ export default {
 	dev,
 	apiUrl,
 	staticUrl,
+	zystaticUrl
 }