shish 2 лет назад
Родитель
Сommit
146714083b

+ 2 - 2
ghsApp/src/admin/home/components/OrderItem.vue

@@ -55,9 +55,9 @@
             </view>
         </view>
         <view v-if="item.sameTimeIdsNum && item.sameTimeIdsNum>1" style="text-align: center;color:white;
-        margin-top:20upx;font-size:32upx;background-color:#3385FF;padding-top:7upx;padding-bottom:7upx;"
+        margin-top:20upx;font-size:32upx;background-color:#6097e8;padding-top:7upx;padding-bottom:7upx;"
         @click.stop="pageTo({url:'/admin/order/itemOrder?ids='+item.sameTimeIds})">
-          本地址下共有{{item.sameTimeIdsNum}}个订单,可合并发货
+          本客户共有{{item.sameTimeIdsNum}}个订单,可合并发货
         </view>
         </view>
         <div class="list-bottom">

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -101,7 +101,7 @@
 
             <tui-list-cell class="line-cell" :hover="true" :arrow="true">
               <div class="tui-title">享受价格</div>
-              <view class="tui-input" @click="changeLevelPrice()" style="text-align:right;margin-right:110upx;">{{ form.level == 0 ? '零售价':form.level == 1 ? '批发价':form.level == 2 ? '大客价':'-' }}</view>
+              <view class="tui-input" @click="changeLevelPrice()" style="text-align:right;margin-right:80upx;">{{ form.level == 0 ? '零售价':form.level == 1 ? '批发价':form.level == 2 ? '大客价':'-' }}</view>
             </tui-list-cell>
 
             <tui-list-cell class="line-cell" :hover="false">

+ 8 - 1
hdApp/src/admin/home/workbench.vue

@@ -187,7 +187,11 @@
   <block v-else>
     <emptyComponent title="暂无供货商" :is-empty="$util.isEmpty(supplierList)" />
   </block>
-
+  <view style="text-align:center;margin-top:30upx;color:#827171;font-size:28upx;">
+    <text style="margin-right:20upx;">中花汇提供技术支持</text>
+    <text style="margin-right:20upx;">|</text>
+    <text @click="toPhone()">联系中花汇</text>
+  </view>
   </view>
 
   </view>
@@ -305,6 +309,9 @@ export default {
 
   },
   methods: {
+    toPhone(){
+			uni.makePhoneCall({ phoneNumber:'15280215347' })
+		},
 		showShopName(){
 			currentShop().then(res => {
 				if(res.code == 1){

+ 1 - 1
hdApp/src/pagesPurchase/bookProduct.vue

@@ -8,7 +8,7 @@
 					<view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
 						{{ghsInfo.name}}
 						<block v-if="ghsInfo.name && ghsInfo.name.length <= 12">
-							<text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">超级会员</text>
+							<text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">会员</text>
 						</block>
 					</view>
 				</view>

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -8,7 +8,7 @@
 					<view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})">
 						{{ghsInfo.name}}
 						<block v-if="ghsInfo.name && ghsInfo.name.length <= 12">
-							<text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">超级会员</text>
+							<text class="level" v-if="ghsInfo.giveLevel && ghsInfo.giveLevel == 2">会员</text>
 						</block>
 					</view>
 				</view>

+ 9 - 2
hdApp/src/pagesPurchase/order.vue

@@ -49,7 +49,11 @@
             </view>
         </view>
 
-
+        <view style="text-align:center;margin-top:30upx;color:#827171;font-size:28upx;margin-bottom:100upx;">
+          <text style="margin-right:20upx;">中花汇提供技术支持</text>
+          <text style="margin-right:20upx;">|</text>
+          <text @click="toPhone()">联系中花汇</text>
+        </view>
 
       <view class="app-footer open_btn">
         <view @click="addGhs()" class="admin-button-com big blue">新增供货商</view>
@@ -82,6 +86,9 @@ export default {
     ...mapGetters({ dictInfo:"getDictionariesInfo" })
   },
   methods: {
+    toPhone(){
+			uni.makePhoneCall({ phoneNumber:'15280215347' })
+		},
     addGhs(){
       this.pageTo({url: '/admin/ghs/addGhs'})
     },
@@ -198,7 +205,7 @@ export default {
   .ghs_list_area {
     width: 750upx;
     background-color: #ece5e5;
-    margin-bottom:150upx;
+    margin-bottom:50upx;
     .group_1 {
       box-shadow: 0px 1px 0px 0px rgba(221, 221, 221, 1);
       background-color: rgba(255, 255, 255, 1);