Skip to content

Commit

Permalink
Update 门店选择视图
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Feb 27, 2023
1 parent f0a3fb0 commit 4cd66f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion eaterplanet_ecommerce/moduleB/supply/moneyManage.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ invote {
}

.recharge-money {
color: #ce3c39;
font-family: DIN;
color: #ff758c;
font-size: 50rpx;
}

Expand Down
4 changes: 2 additions & 2 deletions eaterplanet_ecommerce/moduleB/writeoff/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
<!-- 核销弹窗 -->
<i-modal scrollUp="{{true}}" visible="{{showHexiaoModal}}" bind:cancel="handleHexiaoModal">
<view class="sku-card">
<view class="weight fsz-32 pb10 text-center">门店选择</view>
<view class="weight fsz-32 pb10 text-center changehead">门店选择</view>
<scroll-view scroll-y style="height: 60vh;">
<view class="border-bottom i-flex i-aic py10" wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
<view class="border-bottom i-flex i-aic py10 changemendian" wx:for="{{salesroom_list}}" wx:key="index" bindtap="changeMendian" data-idx="{{index}}">
<view class="i-flex-item">
<view class="fsz-28 weight mb5">{{item.room_name}}</view>
<view class="fsz-22">{{item.room_address}}</view>
Expand Down

0 comments on commit 4cd66f3

Please sign in to comment.