新增商品订单待支付,商品订单关闭

This commit is contained in:
yuanteng0011 2024-10-17 23:36:06 +08:00
parent 55d046a298
commit a897991583
5 changed files with 26 additions and 5 deletions

View File

@ -1,5 +1,12 @@
{ {
"pages": [ "pages": [
{
"path" : "pages/order/product-unpay/product-unpay",
"style" :
{
"navigationBarTitleText" : ""
}
},
{ {
"path" : "pages/home/home/home", "path" : "pages/home/home/home",
"style" : "style" :
@ -42,6 +49,13 @@
{ {
"navigationBarTitleText" : "" "navigationBarTitleText" : ""
} }
},
{
"path" : "pages/order/product-close/product-close",
"style" :
{
"navigationBarTitleText" : ""
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -31,6 +31,7 @@
<view class="flex-col shrink-0 pos"> <view class="flex-col shrink-0 pos">
<!-- <scroll-view style="height: 1000rpx;" scroll-y="true"> --> <!-- <scroll-view style="height: 1000rpx;" scroll-y="true"> -->
<view class="flex-row list-item mt-5" v-for="(item, index) in product_list" :key="index"> <view class="flex-row list-item mt-5" v-for="(item, index) in product_list" :key="index">
<image class="self-center image_4" :src="item.imgurl" /> <image class="self-center image_4" :src="item.imgurl" />
<view class="flex-col items-start self-center group_5"> <view class="flex-col items-start self-center group_5">
<text class="font_2">{{ item.product_name }}</text> <text class="font_2">{{ item.product_name }}</text>
@ -39,6 +40,7 @@
</view> </view>
<image class="self-start image_5" <image class="self-start image_5"
src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff88b61d172a611e704c80a85c.png" /> src="https://ide.code.fun/api/image?token=670c83a81511d900114a6d7e&name=806f54ff88b61d172a611e704c80a85c.png" />
</view> </view>
<!-- </scroll-view> --> <!-- </scroll-view> -->
</view> </view>
@ -221,7 +223,7 @@
} }
.section_3 { .section_3 {
background-color: #f7de98; background-color: #FFFEF8;
width: 151.88rpx; width: 151.88rpx;
// height: 1156.88rpx; // height: 1156.88rpx;
} }
@ -275,7 +277,8 @@
.section_5 { .section_5 {
padding: 18.06rpx 16.24rpx 14.94rpx; padding: 18.06rpx 16.24rpx 14.94rpx;
background-color: #fffef8; background-color: #C1651A;
border-radius: 0rpx 18.75rpx 0rpx 0rpx; border-radius: 0rpx 18.75rpx 0rpx 0rpx;
} }

View File

@ -2,12 +2,14 @@
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js"); const common_vendor = require("./common/vendor.js");
if (!Math) { if (!Math) {
"./pages/order/product-unpay/product-unpay.js";
"./pages/home/home/home.js"; "./pages/home/home/home.js";
"./pages/store-home/main/main.js"; "./pages/store-home/main/main.js";
"./pages/mine/main/main.js"; "./pages/mine/main/main.js";
"./pages/Shopping-cart/productmain/productmain.js"; "./pages/Shopping-cart/productmain/productmain.js";
"./pages/store-home/products/product-detail.js"; "./pages/store-home/products/product-detail.js";
"./pages/Shopping-cart/servicemain/servicemain.js"; "./pages/Shopping-cart/servicemain/servicemain.js";
"./pages/order/product-close/product-close.js";
} }
const _sfc_main = {}; const _sfc_main = {};
function _sfc_render(_ctx, _cache) { function _sfc_render(_ctx, _cache) {

View File

@ -1,11 +1,13 @@
{ {
"pages": [ "pages": [
"pages/order/product-unpay/product-unpay",
"pages/home/home/home", "pages/home/home/home",
"pages/store-home/main/main", "pages/store-home/main/main",
"pages/mine/main/main", "pages/mine/main/main",
"pages/Shopping-cart/productmain/productmain", "pages/Shopping-cart/productmain/productmain",
"pages/store-home/products/product-detail", "pages/store-home/products/product-detail",
"pages/Shopping-cart/servicemain/servicemain" "pages/Shopping-cart/servicemain/servicemain",
"pages/order/product-close/product-close"
], ],
"window": { "window": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",

View File

@ -461,7 +461,7 @@ text.data-v-7e3c386d {
margin-top: 22.5rpx; margin-top: 22.5rpx;
} }
.section_3.data-v-7e3c386d { .section_3.data-v-7e3c386d {
background-color: #f7de98; background-color: #FFFEF8;
width: 151.88rpx; width: 151.88rpx;
} }
.group_1.data-v-7e3c386d { .group_1.data-v-7e3c386d {
@ -504,7 +504,7 @@ text.data-v-7e3c386d {
} }
.section_5.data-v-7e3c386d { .section_5.data-v-7e3c386d {
padding: 18.06rpx 16.24rpx 14.94rpx; padding: 18.06rpx 16.24rpx 14.94rpx;
background-color: #fffef8; background-color: #C1651A;
border-radius: 0rpx 18.75rpx 0rpx 0rpx; border-radius: 0rpx 18.75rpx 0rpx 0rpx;
} }
.font_2.data-v-7e3c386d { .font_2.data-v-7e3c386d {