小程序修改

This commit is contained in:
2026-07-12 19:44:36 +08:00
parent 3b4833b51a
commit e2dfb08de3
45 changed files with 2028 additions and 347 deletions
@@ -105,19 +105,7 @@ export default function StoreDetailPage() {
<View className="store-detail-bar">
<View
className="store-detail-bar-btn store-detail-bar-btn--ghost"
onClick={() => {
if (store.phone) {
Taro.makePhoneCall({ phoneNumber: store.phone }).catch(() => toast('无法拨打'));
} else {
toast('暂无联系电话');
}
}}
>
<Text></Text>
</View>
<View
className="store-detail-bar-btn store-detail-bar-btn--primary"
className="store-detail-bar-btn store-detail-bar-btn--primary store-detail-bar-btn--full"
onClick={() => Taro.navigateTo({ url: '/pages/redeem/index' })}
>
<Text></Text>