shish 2 лет назад
Родитель
Сommit
5ec83c00d8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      hdApp/src/admin/home/workbench.vue

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

@@ -257,10 +257,10 @@
 
   <uni-popup ref="toShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
 			<view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
-				<view style="width:100vw;margin-top:8upx;"><button @click="balanceChange()">余额变动记录</button></view>
+        <view style="width:100vw;margin-top:8upx;"><button @click="recharge()">充值销账</button></view>
         <view style="width:100vw;margin-top:8upx;"><button @click="rechargeChange()">充值记录</button></view>
+				<view style="width:100vw;margin-top:8upx;"><button @click="balanceChange()">余额变动明细</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="bpSj()">屏蔽此商家</button></view>
-        <view style="width:100vw;margin-top:8upx;"><button @click="recharge()">充值销账</button></view>
 				<view style="width:100vw;margin-top:30upx;"><button @click="closeToShow()">取消</button></view>
 			</view>
 		</uni-popup>