Commit 9ad04afafe5224e3f720bae70019c0bc95a28f88
1 parent
9576e381
优化
Showing
2 changed files
with
4 additions
and
2 deletions
packageD/pages/user/deposit/query/index.wxml
| ... | ... | @@ -42,7 +42,9 @@ |
| 42 | 42 | <block wx:for="{{details}}" wx:for-index="idx" wx:for-item="details"> |
| 43 | 43 | <view class="data"> |
| 44 | 44 | <view class="left"> |
| 45 | - <view class='left-test'>{{details.BillName}} | |
| 45 | + <view class='left-test'> | |
| 46 | + <view class="ellipsis-1" style="width: 400rpx;">{{details.BillName}}</view> | |
| 47 | + <!-- {{details.BillName}} --> | |
| 46 | 48 | <view class='time'>{{details.BillDate}}</view> |
| 47 | 49 | </view> |
| 48 | 50 | </view> | ... | ... |
packageE/pages/togoin/togoin.wxml
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | |
| 20 | 20 | <view bindtap="" class="user-name flex-vertical fs24 jc-center"> |
| 21 | 21 | <checkbox-group bindchange="isAgree"> |
| 22 | - <checkbox checked="{{isAgree}}" value="true"> | |
| 22 | + <checkbox checked="{{isAgree}}" value="true" style="display: flex;"> | |
| 23 | 23 | <label for="true"> |
| 24 | 24 | <view class="user-name-txt">我已阅读同意 <text class="gray" catchtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=0">《用户使用协议》</text>与<text class="gray" catchtap="goto" data-url="/packageA/pages/parseHtml/parseHtml?t=1">《隐私政策》</text></view> |
| 25 | 25 | </label> | ... | ... |