From 1e2cca44dd7b4cc30f60435d22bc58574f2fd4f0 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 12 九月 2024 10:38:04 +0800 Subject: [PATCH] update 样式等、积分信息、合伙人注册 --- sub_pages/customer/coupon/good-self.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/sub_pages/customer/coupon/good-self.vue b/sub_pages/customer/coupon/good-self.vue index 1318fb2..e336979 100644 --- a/sub_pages/customer/coupon/good-self.vue +++ b/sub_pages/customer/coupon/good-self.vue @@ -15,9 +15,14 @@ <image :lazy-load="true" :src="item.cover" class="cover" mode="scaleToFill"></image> </view> <view class="info flex1"> - <view class="title"> + <view class="title flex"> {{item.name||''}} - <radio :checked="isIngood(item)" @click.stop="updateSelectGood(item)" v-if="source==='shopping'" class="select-coupon"></radio> + <!-- <radio :checked="isIngood(item)" @click.stop="updateSelectGood(item)" v-if="source==='shopping'" class="select-coupon"></radio> --> + + <view :style="{ 'margin-right': '20rpx'}" @click.stop="updateSelectGood(item)" + class="component-radio m-l-a" :class="[isIngood(item)?'cur':'']" v-if="source==='shopping'"> + + </view> </view> <view class="time word-e"> @@ -37,7 +42,7 @@ </view> </view> <view style="min-height: 140rpx;" v-if="source=='shopping'"></view> - <view class="bottom-button" @click="backpage()" v-if="source=='shopping'">返回订单结算</view> + <view class="bottom-button" @click="backpage()" v-if="source=='shopping'">确定选择</view> <!-- <view class="bottom-button" @click="toGoodAll">前往兑换</view> --> </view> -- Gitblit v1.9.3