From d39bb8e290958b8ea9a8b82778360411ea37663e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E9=A3=9E=E6=B4=8B?= <15778543+xufeiyang6017@user.noreply.gitee.com> Date: Wed, 3 Dec 2025 15:17:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=96=E5=AE=B6=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=EF=BC=9A=E7=BB=9F=E4=B8=80=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=AD=97=E4=BD=93=E3=80=81=E6=90=9C=E7=B4=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=B1=85=E4=B8=AD=E3=80=81=E4=B8=8B=E6=9E=B6=E8=B4=A7?= =?UTF-8?q?=E6=BA=90=E6=B7=BB=E5=8A=A0=E7=A9=BA=E7=99=BD=E9=A1=B5=E3=80=81?= =?UTF-8?q?=E6=9C=AA=E5=85=A5=E9=A9=BB=E6=8C=89=E9=92=AE=E7=BA=A2=E8=89=B2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/seller/index.wxml | 135 ++++++----- pages/seller/index.wxss | 510 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 547 insertions(+), 98 deletions(-) diff --git a/pages/seller/index.wxml b/pages/seller/index.wxml index 2c5cb80..955270f 100644 --- a/pages/seller/index.wxml +++ b/pages/seller/index.wxml @@ -1,38 +1,36 @@ - - 我的货源 - +我的货源 + + + - - {{partnerstatus === 'approved' ? '已入驻' : '未入驻'}} - + bindtap="applyForSettlement" + class="apply-settlement-btn {{partnerstatus !== 'approved' ? 'not-approved' : ''}}" + > + {{partnerstatus === 'approved' ? '已入驻' : '未入驻'}} + - - + +