7 lines
284 B
Plaintext
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>
|