代码提交
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user