初步将merchant在开发者工具上面运行

This commit is contained in:
2026-03-23 09:52:27 +08:00
parent 944bdd5294
commit b9a48478b9
1020 changed files with 1160 additions and 240 deletions

View File

@@ -1,6 +1,14 @@
<!-- 商家端 - 商品管理列表页面 -->
<template>
<view class="products-page">
<!-- #ifdef MP-WEIXIN -->
<view style="padding-top: var(--status-bar-height); background-color: #ffffff; display: flex; flex-direction: row; align-items: flex-end; border-bottom: 1rpx solid #eeeeee; box-sizing: border-box; height: calc(88rpx + var(--status-bar-height));">
<view style="display: flex; flex-direction: row; align-items: center; padding: 0 30rpx; height: 88rpx;" @click="uni.navigateBack()">
<text style="font-size: 44rpx; color: #333333; line-height: 1; margin-right: 6rpx;"></text>
<text style="font-size: 28rpx; color: #333333;">返回</text>
</view>
</view>
<!-- #endif -->
<!-- 搜索栏 -->
<view class="search-bar">
<input