闫增涛
2025-03-31 04c7b0163caeae4ab1c5da62e301fa993101cfad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!--
此文件为开发者工具生成,生成时间: 2024/4/11下午4:27:57
使用方法:
在 F:\project-2024\jsek-applet\packagePersonal\pages\activateProduct\index.wxml 引入模板
 
```
<import src="index.skeleton.wxml"/>
<template is="skeleton" wx:if="{{loading}}" />
```
 
在 F:\project-2024\jsek-applet\packagePersonal\pages\activateProduct\index.wxss 中引入样式
```
@import "./index.skeleton.wxss";
```
 
更多详细信息可以参考文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/skeleton.html
-->
<template name="skeleton">
  <view class="sk-container">
    <view class="container">
      <scroll-view scroll-y="true" class="scroll content" lower-threshold="200" scroll-top="0" refresher-default-style="none" refresher-enabled="true" refresher-threshold="80" enable-back-to-top="true">
        <view class="pageInfo">
          <view class="activation">
            <view class="title">
              <view class="line"></view>
              <view class="sk-transparent sk-text-20-3704-598 sk-text">激活码</view>
            </view>
            <view class="contentBox">
              <view class="inputBox">
                <view auto-focus="true" class="weui-input sk-image" name="code" placeholder="请输入激活码" value="true" selection-start="-1" selection-end="-1" cursor="-1"></view>
                <button class="button sk-transparent sk-button sk-pseudo sk-pseudo-circle">激活商品</button>
              </view>
            </view>
          </view>
          <view class="page-content">
            <view class="title">
              <view class="line"></view>
              <view class="sk-transparent sk-text-20-3704-923 sk-text">已激活商品</view>
            </view>
            <view class="contentBox">
              <view class="list">
                <view class="content-item">
                  <view class="codeInfoBox">
                    <view class="sk-transparent sk-text-25-0000-342 sk-text">激活码:VE61FJLB</view>
                    <view class="sk-transparent sk-text-25-0000-992 sk-text">激活时间:2024-03-06 11:15:14</view>
                  </view>
                  <view class="listBox">
                    <scroll-view scroll-x="true" class="srcolbox" scroll-with-animation="true">
                      <view class="order-centent">
                        <view class="bookBox" data-book="[object Object]">
                          <view class="leftCon">
                            <image class="purchasedIcon sk-image" mode="aspectFit"></image>
                          </view>
                          <view class="rightCon">
                            <view class="productTitle sk-transparent sk-text-18-1818-451 sk-text">中国现当代文学史简明教程</view>
                            <view class="typeBox">
                              <text class="typeCon sk-transparent sk-text-30-0000-790 sk-text">电子书</text>
                            </view>
                          </view>
                        </view>
                        <view class="bookBox" data-book="[object Object]">
                          <view class="leftCon">
                            <image class="purchasedIcon sk-image" mode="aspectFit"></image>
                          </view>
                          <view class="rightCon">
                            <view class="productTitle sk-transparent sk-text-18-1818-80 sk-text">中国现代作家作品导引</view>
                            <view class="typeBox">
                              <text class="typeCon sk-transparent sk-text-30-0000-48 sk-text">电子书</text>
                            </view>
                          </view>
                        </view>
                        <view class="bookBox" data-book="[object Object]">
                          <view class="leftCon">
                            <image class="purchasedIcon sk-image" mode="aspectFit"></image>
                          </view>
                          <view class="rightCon">
                            <view class="productTitle sk-transparent sk-text-18-1818-447 sk-text">中国古代文学名篇导读中国古代文学名篇导读中国古代文学名篇导读</view>
                            <view class="typeBox">
                              <text class="typeCon sk-transparent sk-text-30-0000-536 sk-text">电子书</text>
                            </view>
                          </view>
                        </view>
                        <view class="bookBox" data-book="[object Object]">
                          <view class="leftCon">
                            <image class="purchasedIcon sk-image" mode="aspectFit"></image>
                          </view>
                          <view class="rightCon">
                            <view class="productTitle sk-transparent sk-text-18-1818-738 sk-text">现代汉语基础理论与应用</view>
                            <view class="typeBox">
                              <text class="typeCon sk-transparent sk-text-30-0000-420 sk-text">电子书</text>
                            </view>
                          </view>
                        </view>
                      </view>
                    </scroll-view>
                  </view>
                </view>
                <view class="content-item">
                  <view class="codeInfoBox">
                    <view class="sk-transparent sk-text-25-0000-159 sk-text">激活码:PX2W88HM</view>
                    <view class="sk-transparent sk-text-25-0000-417 sk-text">激活时间:2024-03-06 10:28:32</view>
                  </view>
                  <view class="listBox">
                    <scroll-view scroll-x="true" class="srcolbox" scroll-with-animation="true">
                      <view class="order-centent">
                        <view class="bookBox" data-book="[object Object]">
                          <view class="leftCon">
                            <image class="purchasedIcon sk-image" mode="aspectFit"></image>
                          </view>
                        </view>
                      </view>
                    </scroll-view>
                  </view>
                </view>
              </view>
            </view>
          </view>
        </view>
      </scroll-view>
    </view>
  </view>
</template>