代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -15,6 +15,7 @@ import { doPayment, PayType } from "@/utils/paymentUtils";
import CouponSelect from "@/pages/submitOrder/components/coupon-select.vue";
import Header from "@/components/Header/index.vue"
import { useScroll } from "@/hooks/useScroll";
import { nextIcon } from "@/utils/images";
const {getParams, push, goBack} = useRouter()
const {toast, loading, hideLoading} = useInterface();
@ -46,7 +47,7 @@ const addressTabSelect = ref(0) // 提货方式
*/
function changeAddressTab(tab) {
if (tab.value === 1) {
toast({title: '😒敬请期待😒'})
toast({title: '敬请期待'})
} else {
addressTabSelect.value = tab.value
}
@ -237,7 +238,7 @@ onShow(async ()=>{
</view>
<image
class="arrow-icon"
src="https://b2c-pro-static-dev.zkthink.com/static/images/next.png"
:src="nextIcon"
alt=""
/>
</view>
@ -249,7 +250,7 @@ onShow(async ()=>{
点击添加地址
<image
class="arrow-icon"
src="https://b2c-pro-static-dev.zkthink.com/static/images/next.png"
:src="nextIcon"
alt=""
/>
</view>
@ -317,7 +318,7 @@ onShow(async ()=>{
<image
v-if="row.field=== 'couponPrice'"
class="arrow-icon"
src="https://b2c-pro-static-dev.zkthink.com/static/images/next.png"
:src="nextIcon"
alt=""
/>
</view>