Kaynağa Gözat

'2023年8月3日09:10:34'

yxb
wq 2 yıl önce
ebeveyn
işleme
cc9803ac2e
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3
    2
      subpackage/orders/choice-product.vue

+ 3
- 2
subpackage/orders/choice-product.vue Dosyayı Görüntüle

@@ -38,7 +38,7 @@
<!-- <view class="mask-close">
<image :src="fileURL + 'image/index/icon-close.png'" class="icon-closed" @click="closeMask"></image>
</view> -->
<view class="mask-title" :style="{ '--color': color }">选择卡的类型</view>
<!-- <view class="mask-title" :style="{ '--color': color }">选择卡的类型</view> -->
<u-radio-group wrap>
<u-radio :customStyle="{marginBottom: '8px'}" activeColor="#2CE242"
v-for="(item, index) in state.radiolist1" :key="index" :label="item.disabled" :name="item.name"
@@ -46,9 +46,10 @@
<view style="width: 100%;display: flex;align-items: center;margin-bottom: 30rpx;">
<image
style="width: 200rpx; height: 100rpx; border-radius: 20rpx;margin-right: 20rpx;"
:src="`${$imgUrl}applyCard/product-bg.png`"
:src="`${$imgUrl}card2.png`"
mode="aspectFill"
></image>
<!-- <image :src="`${$imgUrl}card2.png`" mode=""></image> -->
{{item.name}}
</view>

Loading…
İptal
Kaydet