yangchaowen 2 years ago
parent
commit
46a4ae2b55
4 changed files with 5 additions and 5 deletions
  1. 2 2
      main.js
  2. 1 1
      pages/order/createOrder.vue
  3. 1 1
      pages/term/manage.vue
  4. 1 1
      pages/user/user.vue

+ 2 - 2
main.js

@@ -4,8 +4,8 @@ import App from './App'
 
 // 后端api地址
 //Vue.prototype.$unishow = "https://81f.dev.ytxxjs.cn/addons/unishop";
-Vue.prototype.$unishow = "https://81fdev.dev.ytxxjs.cn/addons/unishop";
-//Vue.prototype.$unishow = "https://81f.ytxxjs.cn/addons/unishop";
+// Vue.prototype.$unishow = "https://81fdev.dev.ytxxjs.cn/addons/unishop";
+Vue.prototype.$unishow = "https://81f.ytxxjs.cn/addons/unishop";
 
 // 为了方便每次上传的时候忘记修改上面的参数
 uni.getSystemInfo({

+ 1 - 1
pages/order/createOrder.vue

@@ -2,7 +2,7 @@
 	<view>
 		<radio-group @change="changeTab">
 			<ul class="tab_list">
-				<li><label>同城配送<radio :value="1" :checked="tabActive==1" /></label></li>
+				<li><label>快递配送<radio :value="1" :checked="tabActive==1" /></label></li>
 				<li><label>到店自提<radio :value="2" :checked="tabActive==2" /></label></li>
 			</ul>
 		</radio-group>

+ 1 - 1
pages/term/manage.vue

@@ -135,7 +135,7 @@
 		data() {
 			return {
 				navs: [{
-						name: "钻",
+						name: "钻",
 						group: 5
 					},
 

+ 1 - 1
pages/user/user.vue

@@ -88,7 +88,7 @@
 					<image @click="navTo('/pages/product/product')" src="https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=191678693,2701202375&fm=26&gp=0.jpg" mode="aspectFill"></image>
 				</scroll-view> -->
 				
-				<list-cell v-if="userInfo.group_id==6"  icon="icon-setting" iconColor="#e07472" title="管理后台" border="" @eventClick="$api.navTo('/pages/admin/index')"></list-cell>
+				<list-cell v-if="userInfo.identity==1"  icon="icon-setting" iconColor="#e07472" title="管理后台" border="" @eventClick="$api.navTo('/pages/admin/index')"></list-cell>
 				<list-cell icon="icon-daifukuan" iconColor="#e07472" title="我的积分" :tips="info.score" @eventClick="$api.navTo('/pages/wallet/integral')"></list-cell>
 				
 				<list-cell icon="icon-daifukuan" iconColor="#e07472" title="我的钱包" tips="查看余额,提现" @eventClick="$api.navTo('/pages/wallet/index')"></list-cell>