摘要: 微信小程序上线步骤 阅读全文
posted @ 2017-10-21 16:15 林七月和李安生 阅读(1745) 评论(0) 推荐(0) 编辑
摘要: import menus from './menus.js';Page({ data: { 'menus': menus, showModalStatus: false, isOpen: false, selectMenuId:'roulei', animationData: [], total:{ 阅读全文
posted @ 2017-10-14 11:24 林七月和李安生 阅读(182) 评论(0) 推荐(0) 编辑
摘要: <view class="main"> <view wx:if="{{hasList}}"> <view class="cart-box"> <view class="cart-list" wx:for="{{carts}}" wx:key="{{index}}"> <icon wx:if="{{i 阅读全文
posted @ 2017-10-13 17:10 林七月和李安生 阅读(145) 评论(0) 推荐(0) 编辑