订单结算修改,增加限时折扣
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<view>
|
||||
|
||||
<up-popup :show="show" bgColor="transparent" mode="center" @close="close">
|
||||
<view class="container">
|
||||
<view class="content">
|
||||
@@ -32,7 +31,7 @@
|
||||
<script setup>
|
||||
import _ from "lodash";
|
||||
import dayjs from "dayjs";
|
||||
import { onMounted, ref } from "vue";
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import { string } from "../uni_modules/uview-plus/libs/function/test";
|
||||
|
||||
const bgUrl = ref(
|
||||
@@ -65,7 +64,7 @@ function init() {
|
||||
show.value = true;
|
||||
}
|
||||
}
|
||||
|
||||
watch(() => props.wechatAcQrcode, init);
|
||||
onMounted(() => {
|
||||
init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user