You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<button bindtap="add_excel_file"> 上传excel文件 </button>
|
|
<button bindtap="generate_list"> 生成名单 </button>
|
|
|
|
<view class="container">
|
|
<view class="map">
|
|
<view wx:for="{{array}}">
|
|
{{item.name}}
|
|
</view>
|
|
</view>
|
|
</view> |