mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 00:15:06 +08:00
增加微信小程序的登陆的测试代码
This commit is contained in:
6
mini-program-test/pages/logs/logs.wxml
Executable file
6
mini-program-test/pages/logs/logs.wxml
Executable file
@ -0,0 +1,6 @@
|
||||
<!--logs.wxml-->
|
||||
<view class="container log-list">
|
||||
<block wx:for="{{logs}}" wx:key="timeStamp" wx:for-item="log">
|
||||
<text class="log-item">{{index + 1}}. {{log.date}}</text>
|
||||
</block>
|
||||
</view>
|
Reference in New Issue
Block a user