新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, unref } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
import Empty from "@/components/Empty/index.vue"
|
||||
import { useInterface } from "@/hooks/useInterface";
|
||||
import { getCartCoupon } from "@/api/coupon";
|
||||
@ -64,6 +64,7 @@ import Popup from '@/components/Popup/index.vue';
|
||||
import UvRadio from "@/uni_modules/uv-radio/components/uv-radio/uv-radio.vue";
|
||||
import UvRadioGroup from "@/uni_modules/uv-radio/components/uv-radio-group/uv-radio-group.vue";
|
||||
import { emptyCouponIcon } from "@/utils/images";
|
||||
|
||||
const props = defineProps(["id", 'currentCouponId'])
|
||||
|
||||
const emit = defineEmits(['submitCoupon', 'close'])
|
||||
@ -152,6 +153,7 @@ defineExpose({
|
||||
.select-box {
|
||||
width: 100%;
|
||||
margin-bottom: 30rpx;
|
||||
|
||||
.select-icon {
|
||||
width: 20rpx;
|
||||
height: 20rpx;
|
||||
@ -161,13 +163,14 @@ defineExpose({
|
||||
margin-bottom: 0 !important;
|
||||
padding: 0 60rpx;
|
||||
}
|
||||
|
||||
.select-coupon {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.action-height{
|
||||
.action-height {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
}
|
||||
@ -177,6 +180,7 @@ defineExpose({
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
|
||||
.animation-button {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
|
Reference in New Issue
Block a user