Browse Source

客户详情页

shish 1 year ago
parent
commit
eb1fcdb5bb
1 changed files with 8 additions and 8 deletions
  1. 8 8
      ghsApp/src/pagesClient/member/detail.vue

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

@@ -54,12 +54,12 @@
       <view class="module-com user-address_bx">
           <view class="address-tit" style="position: relative;">
             地址 
-              <button class="admin-button-com mini-btn blue" @click="downloadCode()" style="position:absolute;right:200upx;top:-6upx;font-size:29upx;">下载收款码</button>
+              <button class="admin-button-com middle blue" @click="downloadCode()" style="position:absolute;right:200upx;top:-10upx;font-size:29upx;">下载收款码</button>
               <!-- #ifdef MP-WEIXIN -->
-              <button class="admin-button-com mini-btn blue" open-type="share" style="position: absolute;right:16upx;top:-6upx;font-size:29upx;">邀请结账</button>
+              <button class="admin-button-com middle blue" open-type="share" style="position: absolute;right:16upx;top:-10upx;font-size:29upx;">邀请结账</button>
               <!-- #endif -->
               <!-- #ifdef APP-PLUS -->
-              <button class="admin-button-com mini-btn blue" @click="inviteToPay()" style="position: absolute;right:16upx;top:-6upx;font-size:29upx;">邀请结账</button>
+              <button class="admin-button-com middle blue" @click="inviteToPay()" style="position: absolute;right:16upx;top:-10upx;font-size:29upx;">邀请结账</button>
               <!-- #endif -->
           </view>
           <view class="address-des_bx">
@@ -128,15 +128,15 @@
 
 						<tui-list-cell class="line-cell" :hover="false">
               <div class="tui-title">授信额度</div>
-              <input v-model="debtLimit" @click="debtLimit=''" placeholder-class="phcolor" class="tui-input" confirm-type="go" placeholder="请填写" type="digit" style="width:48%;border:1upx solid #ddd;margin-right:15upx;height:52upx;text-align:center;" />
-              <button class="admin-button-com blue mini-btn" @tap="amendMoney">确定</button>
+              <input v-model="debtLimit" @click="debtLimit=''" placeholder-class="phcolor" class="tui-input" confirm-type="go" placeholder="请填写" type="digit" style="width:48%;border:1upx solid #ddd;margin-right:15upx;height:70upx;text-align:center;" />
+              <button class="admin-button-com blue middle" @tap="amendMoney">确定</button>
 						</tui-list-cell>
 
             <tui-list-cell class="line-cell" :hover="false">
               <div class="tui-title">享受价格</div>
-              <button class="admin-button-com mini-btn" :class="[form.level == 0 ? 'blue' : 'default']" @click="changeLevelBtn(0)">零售价</button>
-              <button class="admin-button-com mini-btn" :class="[form.level == 1 ? 'blue' : 'default']" @click="changeLevelBtn(1)" style="margin-left:15upx;margin-right:15upx;">批发价</button>
-              <button class="admin-button-com mini-btn" :class="[form.level == 2 ? 'blue' : 'default']" @click="changeLevelBtn(2)">大客价</button>
+              <button class="admin-button-com middle" :class="[form.level == 0 ? 'blue' : 'default']" @click="changeLevelBtn(0)">零售价</button>
+              <button class="admin-button-com middle" :class="[form.level == 1 ? 'blue' : 'default']" @click="changeLevelBtn(1)" style="margin-left:15upx;margin-right:15upx;">批发价</button>
+              <button class="admin-button-com middle" :class="[form.level == 2 ? 'blue' : 'default']" @click="changeLevelBtn(2)">大客价</button>
             </tui-list-cell>
 
             <tui-list-cell class="line-cell" :hover="false">