wpfw_ewei_wxapp/pages/diy/template/tpl_detail_buyshow.wxml
2023-02-26 08:10:18 +08:00

7 lines
284 B
Plaintext

<import src="/utils/wxParse/wxParse.wxml"></import>
<view class="fui-cell-group" wx:if="{{goods.buycontentshow>0}}">
<view class="fui-cell" style="display: block;">
<template is="wxParse" data="{{wxParseData:wxParseData_buycontent.nodes}}"></template>
</view>
</view>