+
+
+
+
+
+
+
+
+ ¥{{ row.amount }}
+
+
+
+
+
+ {{ row.paymentMethod === 'WeChat' ? '微信' : '支付宝' }}
+
+
+
+
+
+
+ -
+
+
+
+
+ {{ statusLabel(row.status) }}
+
+
+
+ {{ formatTime(row.createdAt) }}
+
+
+
+
+ 处理中
+ 通过
+ 拒绝
+
+
+ 通过
+ 拒绝
+
+
+ 已处理
+
+
+
+
+
+
+
+
+
+
diff --git a/miniapp/pages.json b/miniapp/pages.json
index cbad301..c8e8cb9 100644
--- a/miniapp/pages.json
+++ b/miniapp/pages.json
@@ -181,6 +181,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/config/runner-agreement",
+ "style": {
+ "navigationBarTitleText": "跑腿协议",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/webview/webview",
"style": {
@@ -197,7 +204,7 @@
},
"tabBar": {
"color": "#999999",
- "selectedColor": "#007AFF",
+ "selectedColor": "#FFB700",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [
diff --git a/miniapp/pages/config/runner-agreement.vue b/miniapp/pages/config/runner-agreement.vue
new file mode 100644
index 0000000..3fc78be
--- /dev/null
+++ b/miniapp/pages/config/runner-agreement.vue
@@ -0,0 +1,105 @@
+