银花优选微信小程序修改后的最新版本代码
This commit is contained in:
11
pages/articledetail/index.wxml
Normal file
11
pages/articledetail/index.wxml
Normal file
@@ -0,0 +1,11 @@
|
||||
<import src="../../wxParse/wxParse.wxml"/>
|
||||
<view class="shopping_container">
|
||||
<view class="title" wx:if="{{type!=6&&type!=7}}">{{title}}</view>
|
||||
<view class="wxParse {{ltype==1?'shuping':''}}">
|
||||
<template is="wxParse" data="{{wxParseData:body.nodes}}"/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<loading hidden="{{loadingHidden}}">
|
||||
加载中...
|
||||
</loading>
|
||||
Reference in New Issue
Block a user