update
This commit is contained in:
parent
c582bc1ad6
commit
0fc28f118d
@ -6,5 +6,4 @@
|
||||
- 20190610 完成了大部分前端界面,剩下我的页点击收藏之类的详情页,以及各个页面之间的缓存数据共享,由于写各个界面的时候都是独立的,所以大部分都是单独访问的数据库,造成了不必要的流量,后端也在逐渐完善,之前写的后端被重构了一次,写完了也没进行过测试,就是一边写前端一边测试,另外,要抽出时间检查前端代码,然后将公共的函数打包一下,减少小程序体积,看看还有什么能够放在wss里边,增加运行速度。
|
||||
## 参考文档
|
||||
|
||||
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)
|
||||
|
||||
- [云开发文档](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html)
|
@ -6,7 +6,6 @@
|
||||
<view class="userName-box">
|
||||
<open-data class='userNickName' type="userNickName" style="font-size: 50rpx; font-weight: 600; letter-spacing:7rpx;"></open-data>
|
||||
</view>
|
||||
<image src="https://image.weilanwl.com/gif/wave.gif" mode="scaleToFill" class="gif-wave"></image>
|
||||
</view>
|
||||
<view class="padding flex text-center text-grey bg-white shadow-warp">
|
||||
<view class="flex flex-sub flex-direction solid-right" bindtap="jumpToinform" data-pagetype='1'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user