forked from lsl/xzjl-ui
parent
8aa2d6772c
commit
cc5fc9992e
@ -1,3 +1,7 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image",
|
||||
"t-input": "tdesign-miniprogram/input/input",
|
||||
"t-textarea": "tdesign-miniprogram/textarea/textarea"
|
||||
}
|
||||
}
|
||||
@ -1,2 +1,5 @@
|
||||
<!--pages/home/me/cjwt/cjwt.wxml 常见问题-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<!--<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>-->
|
||||
<view>跳转页面,待完善</view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
@ -1,3 +1,4 @@
|
||||
<!--pages/home/me/gw/gw.wxml-->
|
||||
<!--星座精灵官网-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<!--pages/index/out/out.wxml 说明书页面-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
<!--pages/home/me/sq/sq.wxml 加入社群-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
<!--pages/home/me/yhsyxy/yhsyxy.wxml 用户使用协议-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
<!--pages/home/me/ysxy/ysxy.wxml 隐私协议页面-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
|
||||
@ -0,0 +1,66 @@
|
||||
// pages/home/xx/hy/hx/hx.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
<!--pages/home/xx/hy/hx/hx.wxml-->
|
||||
<text>pages/home/xx/hy/hx/hx.wxml</text>
|
||||
@ -0,0 +1 @@
|
||||
/* pages/home/xx/hy/hx/hx.wxss */
|
||||
@ -0,0 +1,66 @@
|
||||
// pages/home/xx/hy/index.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
<!--pages/home/xx/hy/index.wxml-->
|
||||
<text>pages/home/xx/hy/index.wxml</text>
|
||||
@ -0,0 +1 @@
|
||||
/* pages/home/xx/hy/index.wxss */
|
||||
@ -0,0 +1,66 @@
|
||||
// pages/home/xx/hy/xz/zt.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
<!--pages/home/xx/hy/xz/zt.wxml-->
|
||||
<text>pages/home/xx/hy/xz/zt.wxml</text>
|
||||
@ -0,0 +1 @@
|
||||
/* pages/home/xx/hy/xz/zt.wxss */
|
||||
@ -0,0 +1,66 @@
|
||||
// pages/home/xx/hy/zt/zt.js
|
||||
Page({
|
||||
|
||||
/**
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad(options) {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage() {
|
||||
|
||||
}
|
||||
})
|
||||
@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
||||
@ -0,0 +1,2 @@
|
||||
<!--pages/home/xx/hy/zt/zt.wxml-->
|
||||
<text>pages/home/xx/hy/zt/zt.wxml</text>
|
||||
@ -0,0 +1 @@
|
||||
/* pages/home/xx/hy/zt/zt.wxss */
|
||||
@ -1,3 +1,7 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image",
|
||||
"t-popup": "tdesign-miniprogram/popup/popup",
|
||||
"t-dialog": "tdesign-miniprogram/dialog/dialog"
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,103 @@
|
||||
<!--pages/home/xyc/tdyw/tdyw.wxml-->
|
||||
<!--pages/home/xyc/wdyw/wdyw.wxml-->
|
||||
<!--返回图标-->
|
||||
<view class="reback" bindtap="go2Reback"></view>
|
||||
<view class="title">Ta的愿望</view>
|
||||
<view class="title">我的愿望</view>
|
||||
|
||||
<view class="ywbjt1"></view>
|
||||
<view class="xycbg2"></view>
|
||||
<view class="xycbg3"></view>
|
||||
|
||||
<view class="wishbox">
|
||||
<view wx:for="{{wishes}}" wx:key="index">
|
||||
|
||||
<view class="boxitem" bindtap="go2WishDetail" data-wish="{{item}}">
|
||||
<t-image src="{{item.img}}" class="boximg"></t-image>
|
||||
<view class="boxtitle">{{item.content}}</view>
|
||||
<view class="qwsjbox">期望时间:{{item.deadline}}</view>
|
||||
<t-image class="logosta" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/ywc.png" wx:if="{{item.status=='completed'}}"></t-image>
|
||||
<t-image class="logostajxz" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/jxzdt.gif" wx:if="{{item.status=='processing'}}"></t-image>
|
||||
<t-image class="logosta" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/ygq.png" wx:if="{{item.status=='expired'}}"></t-image>
|
||||
<view class="wczt" wx:if="{{item.status=='processing'}}">进行中</view>
|
||||
<view class="wczt" wx:if="{{item.status=='completed'}}">已完成</view>
|
||||
<view class="wczt" wx:if="{{item.status=='expired'}}">已过期</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
<!--愿望详情-->
|
||||
<t-popup visible="{{visible}}" bind:visible-change="onVisibleChange" placement="top">
|
||||
<view class="all" >
|
||||
<view class="wishdetail" bindtap="changeVisible"></view>
|
||||
<view class="popbox"></view>
|
||||
<t-image class="yximg" src="{{detail.img}}"></t-image>
|
||||
<view class="ywwz">愿望</view>
|
||||
<view class="ywxq">{{detail.content}}</view>
|
||||
<view class="qwsj">期望时间</view>
|
||||
<view class="qwsjtxt">{{detail.deadline}}</view>
|
||||
</view>
|
||||
|
||||
<view class="ywcczk" wx:if="{{detail.status=='processing'}}"><!--进行中按钮展示-->
|
||||
<view class="anwz1 sc1">
|
||||
<view class="yqq" bindtap="go2DelDialog"></view>
|
||||
<view class="anwztxt1">删除</view>
|
||||
<t-image bindtap="go2DelDialog" class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lsc.png"></t-image>
|
||||
</view>
|
||||
<view class="anwz1 xg1">
|
||||
<view class="yqq"></view>
|
||||
<view class="anwztxt1">修改</view>
|
||||
<t-image class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lxg.png"></t-image>
|
||||
</view>
|
||||
<view class="anwz1 wc1">
|
||||
<view class="yqq" bindtap="doFinishWish"></view>
|
||||
<view class="anwztxt1" >已达成</view>
|
||||
<t-image bindtap="doFinishWish" class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lydc.png"></t-image>
|
||||
</view>
|
||||
<view class="anwz1 fx1">
|
||||
<view class="yqq"></view>
|
||||
<view class="anwztxt1">分享</view>
|
||||
<t-image class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lfc.png"></t-image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ywcczk" wx:if="{{detail.status=='completed'}}"><!--已完成按钮展示-->
|
||||
<view class="anwz1 sc2">
|
||||
<view class="yqq" bindtap="go2DelDialog"></view>
|
||||
<view class="anwztxt1">删除</view>
|
||||
<t-image bindtap="go2DelDialog" class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lsc.png"></t-image>
|
||||
</view>
|
||||
<view class="anwz1 fx2">
|
||||
<view class="yqq"></view>
|
||||
<view class="anwztxt1">分享</view>
|
||||
<t-image class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lfc.png"></t-image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="ywcczk" wx:if="{{detail.status=='expired'}}">
|
||||
<view class="anwz1 sc2">
|
||||
<view class="yqq" bindtap="go2DelDialog"></view>
|
||||
<view class="anwztxt1">删除</view>
|
||||
<t-image bindtap="go2DelDialog" class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lsc.png"></t-image>
|
||||
</view>
|
||||
<view class="anwz1 fx2">
|
||||
<view class="yqq"></view>
|
||||
<view class="anwztxt1">修改</view>
|
||||
<t-image class="anzmlogo1" src="https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/xyc/lxg.png"></t-image>
|
||||
</view>
|
||||
</view><!--已过期按钮展示-->
|
||||
|
||||
|
||||
</t-popup>
|
||||
|
||||
<!--确定删除对话框-->
|
||||
<t-dialog
|
||||
data-del="{{detail.id}}"
|
||||
visible="{{showDelDialog}}"
|
||||
content="确定要删除愿望吗?"
|
||||
confirm-btn="{{ confirmBtn }}"
|
||||
cancel-btn="取消"
|
||||
confirm-btn="确定"
|
||||
bind:confirm="confirmDelDialog"
|
||||
bind:cancel="closeDelDialog"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
"usingComponents": {
|
||||
"t-image": "tdesign-miniprogram/image/image",
|
||||
"t-popup": "tdesign-miniprogram/popup/popup",
|
||||
"t-dialog": "tdesign-miniprogram/dialog/dialog"
|
||||
}
|
||||
}
|
||||
@ -1,2 +1,3 @@
|
||||
<!--pages/index/out/out.wxml-->
|
||||
<web-view src="https://xzjl-api.windymuse.cn/"></web-view>
|
||||
<!--<web-view src="https://xzjl-api.windymuse.cn/"></web-view>-->
|
||||
<view>跳转页面,待完善</view>
|
||||
|
||||
Loading…
Reference in new issue