shish 1 год назад
Родитель
Сommit
683bc8f745

+ 9 - 1
hdApp/src/admin/custom/balanceChange.vue

@@ -20,10 +20,18 @@
                         <block v-if="!$util.isEmpty(item.remark)">
                             <t-tr>
                                 <t-td align="left" color="info">
-                                    <view @click="goDetail(item)">备注:<text style="color:red;font-weight:bold;">{{ item.remark }}</text></view>
+                                    <view @click="goDetail(item)">备注:<text style="color:#989494;">{{ item.remark }}</text></view>
                                 </t-td>
                             </t-tr>
                         </block>
+                            <t-tr>
+                                <t-td align="left" color="info" colspan="5">
+                                    <view style="color:#989494;">
+                                        <view style="text-align: left;">结清账单(编号 CL531578) 380元</view>
+                                        <view style="text-align: left;">消除订单(编号 XSD534789)的欠款35元</view>
+                                    </view>
+                                </t-td>
+                            </t-tr>
                     </view>
                 </t-table>
             </block>

+ 2 - 2
hdApp/src/admin/home/member.vue

@@ -26,9 +26,9 @@
                   </div>
                   <div class="tui-msg-content">
                     <span>{{item.visitTime.substr(5,11)}}</span>
-                    <text v-if="Number(item.balance)>0" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
+                    <text v-if="Number(item.balance)>0" style="color:#049E2C;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
                     <text v-if="Number(item.balance)<0" style="color:red;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
-                    <text v-if="!$util.isEmpty(item.memberName)" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ item.memberName }}</text>
+                    <text v-if="!$util.isEmpty(item.memberName)" style="color:#049E2C;font-weight:bold;margin-left:20upx;">{{ item.memberName }}</text>
                   </div>
                 </div>
               </div>

+ 12 - 12
hdApp/src/admin/member/detail.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="app-content" :style="{ backgroundImage: `url(${constant.imgUrl}/member/bg.png)` }">
+  <div class="app-content" :style="{ backgroundImage: `url(${constant.imgUrl}/member/bg2.png)` }">
     <div class="module-com user-info">
       <div class="user-wrap">
         <app-avatar-module :src="data.avatarUrl" />
@@ -323,31 +323,31 @@ export default {
       remarkModal: false,
       tabsData: [
         {
-          name: "充值",
+          name: "改等级",
           img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
           funtion: () => {
-			      this.rechargeModal = true
+            this.beginModifyMember()
           }
         },
         {
-          name: "修改等级",
+          name: "减余额",
           img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
           funtion: () => {
-            this.beginModifyMember()
+            this.deductAmount = ''
+            this.deductRemark = ''
+            this.reduceShow = true
           }
         },
         {
-          name: "减少余额",
-          img: `${this.$constant.imgUrl}/retail/member/tab-icon-6.png`,
+          name: "充值",
+          img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
           funtion: () => {
-            this.deductAmount = ''
-            this.deductRemark = ''
-            this.reduceShow = true
+			      this.rechargeModal = true
           }
         },
         {
-          name: "重置密码",
-          img: `${this.$constant.imgUrl}/retail/member/tab-icon-6.png`,
+          name: "密码",
+          img: `${this.$constant.imgUrl}/retail/member/tab-icon-1.png`,
           funtion: () => {
 			      this.$msg("开发中")
           }