24 lines
728 B
Plaintext
24 lines
728 B
Plaintext
<!-- 课程列表 -->
|
|
<view class="itemlist">
|
|
<text>{{coursename}}</text>
|
|
</view>
|
|
<!-- 课程列表 -->
|
|
|
|
<!-- 课程选项 -->
|
|
<view wx:for="{{listdata}}" wx:key="item" wx:for-item='itemwlmcchina' wx:index="index" id="{{index}}">
|
|
|
|
<view class="collectionitems{{index%2==0?'':'2'}}" bindtap="payorderclick" id="{{itemwlmcchina.id}}" data-vipsmonth="{{itemwlmcchina.vipsmonth_id}}">
|
|
<view class="item1">
|
|
<text>{{itemwlmcchina.name}}</text>
|
|
</view>
|
|
<view class="item2">
|
|
<text>{{itemwlmcchina.prices}}</text>
|
|
</view>
|
|
<view class="item3">
|
|
<!-- <image src="https://ndnd.duiduiedu.com/uploads/pics/itemlistup.png" ></image> -->
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|
|
<!-- 课程选项 -->
|
|
<van-toast id="van-toast" /> |