Commit 6a08b50e424c95e164e2187a6586f86664ec7c77
1 parent
580c8345
预约表格
Showing
6 changed files
with
73 additions
and
60 deletions
packageA/pages/user/my_service2/appment_main.js
0 → 100644
1 | +// packageA//pages/user/my_service2/appment_main.js | ||
2 | +Page({ | ||
3 | + | ||
4 | + /** | ||
5 | + * 页面的初始数据 | ||
6 | + */ | ||
7 | + data: { | ||
8 | + | ||
9 | + }, | ||
10 | + | ||
11 | + /** | ||
12 | + * 生命周期函数--监听页面加载 | ||
13 | + */ | ||
14 | + onLoad: function (options) { | ||
15 | + | ||
16 | + }, | ||
17 | + | ||
18 | + /** | ||
19 | + * 生命周期函数--监听页面初次渲染完成 | ||
20 | + */ | ||
21 | + onReady: function () { | ||
22 | + | ||
23 | + }, | ||
24 | + | ||
25 | + /** | ||
26 | + * 生命周期函数--监听页面显示 | ||
27 | + */ | ||
28 | + onShow: function () { | ||
29 | + | ||
30 | + }, | ||
31 | + | ||
32 | + /** | ||
33 | + * 生命周期函数--监听页面隐藏 | ||
34 | + */ | ||
35 | + onHide: function () { | ||
36 | + | ||
37 | + }, | ||
38 | + | ||
39 | + /** | ||
40 | + * 生命周期函数--监听页面卸载 | ||
41 | + */ | ||
42 | + onUnload: function () { | ||
43 | + | ||
44 | + }, | ||
45 | + | ||
46 | + /** | ||
47 | + * 页面相关事件处理函数--监听用户下拉动作 | ||
48 | + */ | ||
49 | + onPullDownRefresh: function () { | ||
50 | + | ||
51 | + }, | ||
52 | + | ||
53 | + /** | ||
54 | + * 页面上拉触底事件的处理函数 | ||
55 | + */ | ||
56 | + onReachBottom: function () { | ||
57 | + | ||
58 | + }, | ||
59 | + | ||
60 | + /** | ||
61 | + * 用户点击右上角分享 | ||
62 | + */ | ||
63 | + onShareAppMessage: function () { | ||
64 | + | ||
65 | + } | ||
66 | +}) | ||
0 | \ No newline at end of file | 67 | \ No newline at end of file |
packageA/pages/user/my_service2/appment_main.json
0 → 100644
packageA/pages/user/my_service2/appment_main.wxml
0 → 100644
packageA/pages/user/my_service2/appment_main.wxss
0 → 100644
packageB/pages/user/buyDetails/buyDetails.wxml
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <view class="flex jc_sa t-c pd20"> | 7 | <view class="flex jc_sa t-c pd20"> |
8 | <view class="w33 flex fdc"> | 8 | <view class="w33 flex fdc"> |
9 | <view class="fs24 c-a4 pdb10">PLUS卡名</view> | 9 | <view class="fs24 c-a4 pdb10">PLUS卡名</view> |
10 | - <view class="fs28 f1 flex ai_c jc-center"><text class="ellipsis-2">{{item.CardName}}名名名名名名名名名名名名名名</text></view> | 10 | + <view class="fs28 f1 flex ai_c jc-center"><text class="ellipsis-2">{{item.CardName}}</text></view> |
11 | </view> | 11 | </view> |
12 | <view class="w33 flex fdc"> | 12 | <view class="w33 flex fdc"> |
13 | <view class="fs24 c-a4 pdb10">有效期</view> | 13 | <view class="fs24 c-a4 pdb10">有效期</view> |
packageB/pages/user/buyDetails/buyDetails.wxss
@@ -19,65 +19,6 @@ page { | @@ -19,65 +19,6 @@ page { | ||
19 | background-color: #f0f0f0; | 19 | background-color: #f0f0f0; |
20 | } | 20 | } |
21 | 21 | ||
22 | -.tab-title { | ||
23 | - display: flex; | ||
24 | - position: sticky; | ||
25 | - background-color: white; | ||
26 | - top: 0; | ||
27 | - font-size: 30rpx; | ||
28 | - z-index: 999; | ||
29 | -} | ||
30 | - | ||
31 | -.tab-title::after { | ||
32 | - position: absolute; | ||
33 | - content: ''; | ||
34 | - width: 2rpx; | ||
35 | - height: 40%; | ||
36 | - background-color: #f0f0f0; | ||
37 | - top: 0; | ||
38 | - bottom: 0; | ||
39 | - left: 0; | ||
40 | - right: 0; | ||
41 | - margin: auto; | ||
42 | -} | ||
43 | - | ||
44 | -.tab-title-item { | ||
45 | - flex: 1; | ||
46 | - text-align: center; | ||
47 | - padding-top: 20rpx; | ||
48 | - padding-bottom: 20rpx; | ||
49 | - position: relative; | ||
50 | -} | ||
51 | - | ||
52 | -.tab-title-item.active { | ||
53 | - color: #FF6768; | ||
54 | - font-weight: bold; | ||
55 | - | ||
56 | -} | ||
57 | - | ||
58 | -.tab-title-item::after { | ||
59 | - position: absolute; | ||
60 | - content: ''; | ||
61 | - left: 100%; | ||
62 | - bottom: 0; | ||
63 | - width: 0; | ||
64 | - border-bottom: 2rpx solid #FF6768; | ||
65 | - /* height: 3rpx; */ | ||
66 | - transition: 0.2s all linear; | ||
67 | -} | ||
68 | - | ||
69 | -.tab-title-item.active::after { | ||
70 | - /* left: 100%; */ | ||
71 | - width: 100%; | ||
72 | - left: 0; | ||
73 | - /* background-color: #FF6768; */ | ||
74 | - /* transition-delay: 0.1s; */ | ||
75 | -} | ||
76 | - | ||
77 | -.tab-title-item.active ~ .tab-title-item::after { | ||
78 | - /* width: 100%; */ | ||
79 | - left: 0; | ||
80 | -} | ||
81 | 22 | ||
82 | .list { | 23 | .list { |
83 | padding: 20rpx 20rpx 0 20rpx; | 24 | padding: 20rpx 20rpx 0 20rpx; |