gxd-uni-library-editx 1.0.167 → 1.0.169

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gxd-uni-library-editx",
3
- "version": "1.0.167",
3
+ "version": "1.0.169",
4
4
  "private": false,
5
5
  "description": "聚福宝基础插件专用库",
6
6
  "main": "index.js",
@@ -15,7 +15,7 @@
15
15
  color="#fff"
16
16
  ></xd-font-icon>
17
17
  </view>
18
- <view class="checked" v-if="checked" :style="[cutTextComp]">
18
+ <view class="checked" v-if="checked">
19
19
  <xd-font-icon
20
20
  :size="iconSize"
21
21
  icon="iconduigou-xian"
@@ -12,10 +12,14 @@
12
12
  v-for="(item, i) in showWalletList" :key="i"
13
13
  @click="handleChange(!(item.wallet_use_price > 0), item)"
14
14
  >
15
+ <view>
15
16
  <view class="label">
16
17
  <view class="label_tit">{{item.wallet_name}}</view>
17
- <view>{{item.amount/100}}</view>
18
+ <view>(剩余{{item.amount/100}})</view>
18
19
  </view>
20
+ <view class="label_company" v-if="item.customer_name">{{ item.customer_name }}</view>
21
+ </view>
22
+
19
23
  <view class="value">
20
24
  <view class="val_sub" v-if="item.wallet_use_price > 0">本单<text class="red">已减{{item.wallet_use_price/100}}</text></view>
21
25
  <xd-radio
@@ -247,6 +251,11 @@
247
251
  .label_tit{
248
252
  margin-right: 16rpx;
249
253
  }
254
+ &_company{
255
+ color: #999999;
256
+ font-size: 24rpx;
257
+ margin-top: 10rpx;
258
+ }
250
259
  }
251
260
  .value{
252
261
  display: flex;