fix(mine): 我的接单/我的园区 标题改用 mine-subtitle,与我的报名一致英文小标题+中文标题两行显示
This commit is contained in:
@@ -447,7 +447,7 @@ export default function Mine() {
|
||||
{/* 我的接单:扫码接单;任务广场移到 Web / 桌面端 */}
|
||||
<View className="mine-section-head">
|
||||
<Text className="mine-no">ACCEPT</Text>
|
||||
<Text className="mine-section-title">我的接单</Text>
|
||||
<Text className="mine-subtitle">我的接单</Text>
|
||||
</View>
|
||||
<View className="card mk-act">
|
||||
<Button className="btn-main mk-btn-sm" onClick={() => Taro.navigateTo({ url: '/pages/scan/index' })}>扫码接单</Button>
|
||||
@@ -457,7 +457,7 @@ export default function Mine() {
|
||||
{/* 我的园区:未入驻 → 申请入驻 + OPC认证;已入驻 → 园区信息 + OPC认证 + 转园 */}
|
||||
<View className="mine-section-head">
|
||||
<Text className="mine-no">PARK</Text>
|
||||
<Text className="mine-section-title">我的园区</Text>
|
||||
<Text className="mine-subtitle">我的园区</Text>
|
||||
</View>
|
||||
{(() => {
|
||||
const ad = admission[0] || {};
|
||||
|
||||
Reference in New Issue
Block a user