|
@@ -297,35 +297,6 @@ export default defineComponent({
|
|
|
|
|
|
{!this.loading && (
|
|
|
<>
|
|
|
- {/* <ActionBar class={styles.actionBar}>
|
|
|
- <ActionBarIcon
|
|
|
- icon="cart-o"
|
|
|
- // text="购物车"
|
|
|
- onClick={() => {
|
|
|
- this.$router.push('/cart')
|
|
|
- }}
|
|
|
- v-slots={{
|
|
|
- icon: () => (
|
|
|
- <Badge content={this.cartCount} showZero={false}>
|
|
|
- <Icon name={iconShopCart} size={30} />
|
|
|
- </Badge>
|
|
|
- )
|
|
|
- }}
|
|
|
- />
|
|
|
- <div class={styles.buyGroup}>
|
|
|
- <ActionBarButton
|
|
|
- type="primary"
|
|
|
- class={styles.addCertBtn}
|
|
|
- text="加入购物车"
|
|
|
- onClick={() => this.onShowCart()}
|
|
|
- />
|
|
|
- <ActionBarButton
|
|
|
- type="primary"
|
|
|
- text="立即购买"
|
|
|
- onClick={() => this.onShowCart('cartConfirm')}
|
|
|
- />
|
|
|
- </div>
|
|
|
- </ActionBar> */}
|
|
|
<SubmitBar
|
|
|
class={styles.actionBar}
|
|
|
safe-area-inset-bottom
|