소스 검색

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

yxb
wq 2 년 전
부모
커밋
cc9803ac2e
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      subpackage/orders/choice-product.vue

+ 3
- 2
subpackage/orders/choice-product.vue 파일 보기

@@ -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…
취소
저장