python学习
This commit is contained in:
12
native/template/share/index.wxml
Normal file
12
native/template/share/index.wxml
Normal file
@@ -0,0 +1,12 @@
|
||||
<template name="apifmShare">
|
||||
<view class="apifmShare">
|
||||
<view class='share'>
|
||||
<image src='/images/share/share1.png'></image>
|
||||
<button open-type='share'></button>
|
||||
</view>
|
||||
<view class='share'>
|
||||
<image src='/images/share/share2.png'></image>
|
||||
<button bindtap="_createPoster" data-d="{{goodsDetail}}"></button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
Reference in New Issue
Block a user