Skip to content

Commit 4cd66f3

Browse files
committed
Update 门店选择视图
1 parent f0a3fb0 commit 4cd66f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

eaterplanet_ecommerce/moduleB/supply/moneyManage.wxss

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ invote {
5757
}
5858

5959
.recharge-money {
60-
color: #ce3c39;
60+
font-family: DIN;
61+
color: #ff758c;
6162
font-size: 50rpx;
6263
}
6364

eaterplanet_ecommerce/moduleB/writeoff/index.wxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<!-- 核销弹窗 -->
9090
<i-modal scrollUp="{{true}}" visible="{{showHexiaoModal}}" bind:cancel="handleHexiaoModal">
9191
<view class="sku-card">
92-
<view class="weight fsz-32 pb10 text-center">门店选择</view>
92+
<view class="weight fsz-32 pb10 text-center changehead">门店选择</view>
9393
<scroll-view scroll-y style="height: 60vh;">
94-
<view class="border-bottom i-flex i-aic py10" wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
94+
<view class="border-bottom i-flex i-aic py10 changemendian" wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
9595
<view class="i-flex-item">
9696
<view class="fsz-28 weight mb5">{{item.room_name}}</view>
9797
<view class="fsz-22">{{item.room_address}}</view>

0 commit comments

Comments
 (0)