<!--
|
此文件为开发者工具生成,生成时间: 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>
|