Initial Commit
This commit is contained in:
20
pages/index/welfareImg/welfareImg.wxml
Normal file
20
pages/index/welfareImg/welfareImg.wxml
Normal file
@ -0,0 +1,20 @@
|
||||
<import src="../../../wxParse/wxParse.wxml" />
|
||||
<view class="cont">
|
||||
<template is="wxParse" data="{{wxParseData:article.nodes}}"/>
|
||||
</view>
|
||||
<view class="btn">
|
||||
<image src="/icon/fx_icon.png"></image>
|
||||
<button plain="true" open-type="share"> </button>
|
||||
</view>
|
||||
|
||||
<view class="title">
|
||||
<image src="/icon/fx_title.png"></image>
|
||||
</view>
|
||||
|
||||
<view class="goods_all">
|
||||
<view class="goods" wx:for="{{goods}}" catchtap="goodsDetails" data-id='{{item.id}}'>
|
||||
<image src="{{item.goodsPhoto}}"></image>
|
||||
<view class="name GStitleTwo">{{item.goodsName}}</view>
|
||||
<view class="ljgm">立即购买</view>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user