|
@@ -22,6 +22,7 @@
|
|
|
>
|
|
>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 公众号图片展示 -->
|
|
<!-- 公众号图片展示 -->
|
|
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
<view class="gzh-img-box" @click="openOfficialAccount">
|
|
<view class="gzh-img-box" @click="openOfficialAccount">
|
|
|
<image
|
|
<image
|
|
|
class="gzh-img"
|
|
class="gzh-img"
|
|
@@ -30,6 +31,7 @@
|
|
|
style="width: 100vw; margin-top: 100rpx"
|
|
style="width: 100vw; margin-top: 100rpx"
|
|
|
></image>
|
|
></image>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <!-- #endif -->
|
|
|
<OrderSuccessPopup ref="orderPopupRef" />
|
|
<OrderSuccessPopup ref="orderPopupRef" />
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|