Compare commits
5 Commits
v1.0.9-beta
...
v1.0.39
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b9602f66b | |||
| a071f760d3 | |||
| 445d428d8b | |||
| bbbd386e1e | |||
| fd3cd58123 |
+2
-2
@@ -42,8 +42,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 3. 检查 URL 中是否有授权回调的 code
|
// 3. 检查 URL 中是否有授权回调的 code(支付宝用 auth_code,微信用 code)
|
||||||
const code = urlParams.get('code');
|
const code = urlParams.get('code') || urlParams.get('auth_code');
|
||||||
|
|
||||||
if (code) {
|
if (code) {
|
||||||
// 有 code → 进入授权 Loading 页处理
|
// 有 code → 进入授权 Loading 页处理
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<!-- 数量统计和筛选 -->
|
<!-- 数量统计和筛选 -->
|
||||||
<view class="filter-bar">
|
<view class="filter-bar">
|
||||||
<text class="total-count">总数量: {{ filteredOrders.length }}</text>
|
<text class="total-count">总数量: {{ total }}</text>
|
||||||
<view class="search-btn" @click="showFilterSidebar = true">
|
<view class="search-btn" @click="showFilterSidebar = true">
|
||||||
<text class="search-icon">🔍</text>
|
<text class="search-icon">🔍</text>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user