diff --git a/components/pwdKeyBord.vue b/components/pwdKeyBord.vue new file mode 100644 index 0000000..4a59bf8 --- /dev/null +++ b/components/pwdKeyBord.vue @@ -0,0 +1,249 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index ed62957..3f307fa 100644 --- a/pages.json +++ b/pages.json @@ -161,6 +161,13 @@ "navigationBarTitleText": "确认订单", "enablePullDownRefresh": false } + }, + { + "path": "setPayPassword/index", + "style": { + "navigationBarTitleText": "设置密码", + "enablePullDownRefresh": false + } } ] }, diff --git a/pages/cart/cart.vue b/pages/cart/cart.vue index 1e7ddac..be64ca6 100644 --- a/pages/cart/cart.vue +++ b/pages/cart/cart.vue @@ -109,8 +109,15 @@ - 去结算({{checkAll}}) + + + 去结算({{checkAll}}) + + + ¥500起订 + + diff --git a/pages/index/index.vue b/pages/index/index.vue index a8423e3..ef5a14b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -144,12 +144,15 @@ {{item.spec}} + + ¥{{item.vip_price}} + 会员价 + - ¥{{item.price}} + ¥{{item.price}} - @@ -169,7 +172,8 @@ --> - 结算 + + {{cartInfo.total_price<500?"¥500起订":"结算" }} @@ -220,7 +224,7 @@ const userStore = useUserStore(); const STORE_INFO = reactive({ id: 23, - store_name: "农(特)产品直营店" + store_name: "新" }) const getStoreInfoFn = () => { diff --git a/pages/my/my.vue b/pages/my/my.vue index 810aec5..e804321 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -107,8 +107,8 @@ - + diff --git a/pagesOrder/setPayPassword/index.vue b/pagesOrder/setPayPassword/index.vue new file mode 100644 index 0000000..be69dd2 --- /dev/null +++ b/pagesOrder/setPayPassword/index.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/static/del.webp b/static/del.webp new file mode 100644 index 0000000..7348c6e Binary files /dev/null and b/static/del.webp differ