微信小程序------美甲商城(2)

这一节是详情页、预约页面。


还是先看看上一节的知识点吧。

wx.showToast  下面是官网文档地址:

https://developers.weixin.qq.com/miniprogram/dev/api/wx.showToast.html?search-key=wx.showToast

微信小程序------美甲商城(2)_第1张图片

 

  • wx.showLoading 和 wx.showToast 同时只能显示一个
  • wx.showToast 应与 wx.hideToast 配对使用

微信小程序------美甲商城(2)_第2张图片

 


 

number setTimeout(function callback, number delay, any rest)

设定一个定时器。在定时到期以后执行注册的回调函数 

官网地址:

https://developers.weixin.qq.com/minigame/dev/api/setTimeout.html

微信小程序------美甲商城(2)_第3张图片

 


wx.navigateTo     小程序页面跳转:参考文档:

https://blog.csdn.net/zull_kos_mos/article/details/80595828

微信小程序------美甲商城(2)_第4张图片


详情页:

微信小程序------美甲商城(2)_第5张图片微信小程序------美甲商城(2)_第6张图片

 

微信小程序------美甲商城(2)_第7张图片



预定页面:

微信小程序------美甲商城(2)_第8张图片

 

微信小程序------美甲商城(2)_第9张图片

今下午和晚上看spring boot好多bug。弄了好久,几乎一天。明天再写这个博客。

微信小程序------美甲商城(2)_第10张图片

 

微信小程序------美甲商城(2)_第11张图片

 

微信小程序------美甲商城(2)_第12张图片

微信小程序------美甲商城(2)_第13张图片

时间和日期选择器。https://developers.weixin.qq.com/miniprogram/dev/component/picker.html

下面是:

微信小程序------美甲商城(2)_第14张图片

微信小程序------美甲商城(2)_第15张图片

微信小程序------美甲商城(2)_第16张图片

 

 

 

 

 

你可能感兴趣的:(wxcss)