Compare commits
No commits in common. 'b4cf818c611ca63e68a4f014876b5b37c747be63' and '5ecf4ebd307ea1dc8696eb4ee66cc1fe3607f805' have entirely different histories.
b4cf818c61
...
5ecf4ebd30
@ -1,95 +0,0 @@
|
||||
<template> |
||||
<swiper class="swiper-block" circular="true" previous-margin="100rpx" next-margin="100rpx" current="0" @change="swiperChange"> |
||||
<swiper-item v-for="(item, index) in list" :key="index"> |
||||
<view class="swiper-item" :class="(swiperIndex == index ? 'active' : '')" @click="toDetail(item.id)"> |
||||
<image mode="aspectFill" :src="item.imageInput" class="slide-image"></image> |
||||
<view class="title line1">{{item.title}}</view> |
||||
<view class="intro line2">{{item.synopsis}}</view> |
||||
</view> |
||||
</swiper-item> |
||||
</swiper> |
||||
</template> |
||||
|
||||
<script> |
||||
export default{ |
||||
props: { |
||||
imgs: { |
||||
type: Array, |
||||
default: [] |
||||
}, |
||||
list: { |
||||
type: Array, |
||||
default: [] |
||||
} |
||||
}, |
||||
data(){ |
||||
return { |
||||
swiperIndex: 0 |
||||
} |
||||
}, |
||||
methods: { |
||||
swiperChange(e) { |
||||
this.swiperIndex = e.detail.current |
||||
}, |
||||
toDetail(id){ |
||||
this.$yrouter.push({ |
||||
path: '/pages/knowledge/detail', |
||||
query: { |
||||
id: id, |
||||
}, |
||||
}) |
||||
}, |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style lang="less"> |
||||
.swiper-block { |
||||
width: 100%; |
||||
height: 780rpx; |
||||
} |
||||
swiper-item{ |
||||
width: 100%; |
||||
height: 780rpx; |
||||
} |
||||
.swiper-item { |
||||
width: 420rpx; |
||||
height: 740rpx; |
||||
margin: 0 auto; |
||||
display: flex; |
||||
flex-direction: column; |
||||
justify-content: center; |
||||
align-items: flex-start; |
||||
overflow: unset; |
||||
position: relative; |
||||
} |
||||
.slide-image { |
||||
width: 420rpx; |
||||
height: 578rpx; |
||||
border-radius: 230rpx 230rpx 34rpx 34rpx; |
||||
border: 1rpx solid #B67827; |
||||
z-index: 1; |
||||
} |
||||
.title{ |
||||
width: 420rpx; |
||||
height: 96rpx; |
||||
background: #B67827; |
||||
color: #FFCB85; |
||||
text-align: center; |
||||
line-height: 96rpx; |
||||
margin-top: -96rpx; |
||||
padding: 0 12rpx; |
||||
border-radius: 0rpx 0rpx 34rpx 34rpx; |
||||
z-index: 99; |
||||
} |
||||
.intro{ |
||||
font-size: 28rpx; |
||||
color: #222; |
||||
margin-top: 20rpx; |
||||
} |
||||
.active { |
||||
transform: scale(1.1); |
||||
transition: all 0.2s linear; |
||||
z-index: 20; |
||||
} |
||||
</style> |
@ -1,10 +1,9 @@
|
||||
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
|
||||
// export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api'
|
||||
// export const VUE_APP_API_URL = 'http://192.168.0.112:8088/api'
|
||||
// export const VUE_APP_API_URL = 'http://192.168.68.126:8088/api'
|
||||
export const VUE_APP_API_URL = 'https://www.cyjyyjy.com/api' |
||||
export const VUE_APP_API_URL = 'http://192.168.68.126:8088/api' |
||||
// export const VUE_APP_API_URL = 'https://www.cyjyyjy.com/api'
|
||||
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
|
||||
// export const VUE_APP_API_URL = 'https://thapi.xinxintuan.co/api'
|
||||
// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
|
||||
// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
|
||||
export const VUE_APP_RESOURCES_URL = 'https://h5.yixiang.co/static' |
@ -1,162 +0,0 @@
|
||||
<template> |
||||
<view class="argeement-page"> |
||||
用户协议:<br/> |
||||
本隐私政策介绍本公司的隐私数据相关政策和惯例,这将涵盖我们如何收集、使用、处理、存储和/或披露那些通过本公司的移动App收集的关于您的个人信息。请你仔细阅读我们的隐私政策。<br/> |
||||
一、本公司如何收集您的个人信息<br/> |
||||
个人信息是可用于唯一地识别或联系某人的数据。<br/> |
||||
当您使用本公司的系统,注册用户过程中我们将会收集您的个人信息,如:电子邮件地址、电话号码。为了保护个人隐私,您不应提供除本公司特别要求之外的任何其它信息。<br/> |
||||
二、本公司如何使用您的个人信息<br/> |
||||
1、通过您的个人信息,向您发送本公司移动App的服务信息。<br/> |
||||
2、通过您的个人信息实现密码找回功能。<br/> |
||||
3、除本公司发生重组、合并或出售,可将我们收集的一切个人信息转让给相关第三方外,本公司不会向任何无关第三方提供、出售、出租、分享或交易您的个人信息,除非事先得到您的许可,或该第三方和本公司单独或共同为您提供服务,且在该服务结束后,其将被禁止访问包括其以前能够访问的所有这些信息。<br/> |
||||
三、个人信息安全<br/> |
||||
保证您的个人数据的安全对我们来说至关重要。当您在本公司的移动App中注册输入个人数据时,我们会利用安全套接字层技术 (SSL) 对这些信息进行加密。<br/> |
||||
在数据传输和数据保管两个阶段里,我们会通过广为接受的行业标准(如防火墙、加密和数据隐私法律要求)来保护您向我们提交的信息。<br/> |
||||
然而,没有任何一种互联网传输或电子存储方法是100%安全的。因此,尽管我们通过商业上可接受的方式来保护您的个人信息,但仍无法保证信息的绝对安全。<br/> |
||||
四、本公司会将个人信息保存多久<br/> |
||||
一般来说,本公司仅保留您的个人信息至履行收集目的所需的期限,同时将遵守适用法律规定的数据保留期限。<br/> |
||||
五、法律免责声明<br/> |
||||
在法律要求的情况下,以及本公司认为必须披露与您有关的信息来保护本公司的法定权益和/或遵守司法程序、法院指令或适用于本公司的系统的法律程序时,我们有权透露您的个人信息。<br/> |
||||
如果本公司确定为了执行本公司的条款和条件或保护我们的经营,披露是合理必须的,则我们可披露与您有关的信息。<br/> |
||||
六、本隐私政策的更改<br/> |
||||
如果决定更改隐私政策,我们会在本政策中、本公司网站中以及我们认为适当的位置发布这些更改,以便您了解我们如何收集、使用您的个人信息,哪些人可以访问这些信息,以及在什么情况下我们会透露这些信息。<br/> |
||||
本公司保留随时修改本政策的权利,因此请经常查看。如对本政策作出重大更改,本公司会通过网站通知的形式告知。<br/> |
||||
|
||||
用户协议<br/> |
||||
特别提示<br/> |
||||
禅易精舍在此特别提醒您(用户)在注册成为用户之前,请认真阅读本《用户协议》(以下简称“协议”),确保您充分理解本协议中各条款。请您审慎阅读并选择接受或不接受本协议。除非您接受本协议所有条款,否则您无权注册、登录或使用本协议所涉服务。您的注册、登录、使用等行为将视为对本协议的接受,并同意接受本协议各项条款的约束。<br/> |
||||
本协议约定禅易精舍与用户之间关于“禅易精舍软件服务(以下简称“服务”)的权利义务。“用户”是指注册、登录、使用本服务的个人。本协议可由禅易精舍随时更新,更新后的协议条款一旦公布即代替原来的协议条款,恕不再另行通知,用户可在本网站查阅最新版协议条款。在禅易精舍修改协议条款后,如果用户不接受修改后的条款,请立即停止使用禅易精舍提供的服务,用户继续使用禅易精舍提供的服务将被视为接受修改后的协议。<br/> |
||||
一、用户个人信息保护<br/> |
||||
1、用户在注册帐号或使用本服务的过程中,可能需要填写或提交一些必要的个人信息,如法律法规、规章规范性文件(以下称“法律法规”)规定的需要填写的身份信息。如用户提交的信息不完整或不符合法律法规的规定,则用户可能无法使用本服务或在使用本服务的过程中受到限制。<br/> |
||||
2、用户个人信息包括:<br/> |
||||
1)用户自行提供的用户个人信息(如注册时填写的手机号码,电子邮件等个人信息,使用服务时提供的共享信息等);<br/> |
||||
2)其他方分享的用户个人信息;<br/> |
||||
3)禅易精舍为提供服务而合法收集的用户必要个人信息(如使用服务时系统自动采集的设备或软件信息,浏览历史信息,通讯时间信息等技术信息,用户开启定位功能并使用服务时的地理位置信息等)。 |
||||
其中个人隐私信息是指涉及用户个人身份或个人隐私的信息,比如,用户真实姓名、身份证号、手机号码、手机设备识别码、IP地址、用户聊天记录。非个人隐私信息是指用户对本服务的操作状态以及使用习惯等明确且客观反映在禅易精舍服务器端的基本记录信息、个人隐私信息范围外的其它普通信息,以及用户同意公开的上述隐私信息。禅易精舍保证在取得用户书面同意的情况下收集、使用或公开用户的个人隐私信息,用户同意禅易精舍无需获得用户的另行确认与授权即可收集、使用或公开用户的非个人隐私信息。<br/> |
||||
3、尊重用户个人信息的私有性是禅易精舍的一贯制度,禅易精舍将采取技术措施和其他必要措施,确保用户个人信息安全,防止在本服务中收集的用户个人信息泄露、毁损或丢失。在发生前述情形或者禅易精舍发现存在发生前述情形的可能时,禅易精舍将及时采取补救措施并告知用户,用户如发现存在前述情形亦需立即与禅易精舍联系。<br/> |
||||
4、禅易精舍未经用户同意不向任何第三方公开、 透露用户个人隐私信息。但以下特定情形除外:<br/> |
||||
(1) 禅易精舍根据法律法规规定或有权机关的指示提供用户的个人隐私信息;<br/> |
||||
(2) 由于用户将其用户密码告知他人或与他人共享注册帐户与密码,由此导致的任何个人信息的泄漏,或其他非因禅易精舍原因导致的个人隐私信息的泄露;<br/> |
||||
(3) 用户自行向第三方公开其个人隐私信息;<br/> |
||||
(4) 用户与禅易精舍及合作单位之间就用户个人隐私信息的使用公开达成约定,禅易精舍因此向合作单位公开用户个人隐私信息;<br/> |
||||
(5) 任何由于黑客攻击、电脑病毒侵入及其他不可抗力事件导致用户个人隐私信息的泄露;<br/> |
||||
(6) 用户个人信息已经经过处理无法识别特定个人且不能复原。<br/> |
||||
5、用户同意禅易精舍可在以下事项中使用用户的个人隐私信息:<br/> |
||||
(1) 禅易精舍向用户及时发送重要通知,如软件更新、本协议条款的变更;<br/> |
||||
(2) 禅易精舍内部进行审计、数据分析和研究等,以改进禅易精舍的产品、服务和与用户之间的沟通;<br/> |
||||
(3) 依本协议约定,禅易精舍管理、审查用户信息及进行处理措施;<br/> |
||||
(4) 适用法律法规规定的其他事项。<br/> |
||||
除上述事项外,如未取得用户事先同意,禅易精舍不会将用户个人隐私信息使用于任何其他用途。<br/> |
||||
四、内容规范<br/> |
||||
1、本条所述内容是指用户使用本服务过程中所制作、上载、复制、发布、传播的任何内容,包括但不限于帐号头像、名称、用户说明等注册信息及认证资料,或文字、语音、图片、视频、图文等发送、回复或自动回复消息和相关链接页面,以及其他使用帐号或本服务所产生的内容。<br/> |
||||
2、用户不得利用“禅易精舍”帐号或本服务制作、上载、复制、发布、传播如下法律、法规和政策禁止的内容:<br/> |
||||
(1) 反对宪法所确定的基本原则的;<br/> |
||||
(2) 危害国家安全,泄露国家秘密,颠覆国家政权,破坏国家统一的;<br/> |
||||
(3) 损害国家荣誉和利益的;<br/> |
||||
(4) 煽动民族仇恨、民族歧视,破坏民族团结的;<br/> |
||||
(5) 破坏国家宗教政策,宣扬邪教和封建迷信的;<br/> |
||||
(6) 散布谣言,扰乱社会秩序,破坏社会稳定的;<br/> |
||||
(7) 散布淫秽、色情、赌博、暴力、凶杀、恐怖或者教唆犯罪的;<br/> |
||||
(8) 侮辱或者诽谤他人,侵害他人合法权益的;<br/> |
||||
(9) 不遵守法律法规底线、社会主义制度底线、国家利益底线、公民合法权益底线、社会公共秩序底线、道德风尚底线和信息真实性底线的“七条底线”要求的;<br/> |
||||
(10) 含有法律、行政法规禁止的其他内容的信息。<br/> |
||||
3、用户不得利用“禅易精舍”帐号或本服务制作、上载、复制、发布、传播如下干扰“禅易精舍”正常运营,以及侵犯其他用户或第三方合法权益的内容:<br/> |
||||
(1) 含有任何性或性暗示的;<br/> |
||||
(2) 含有辱骂、恐吓、威胁内容的;<br/> |
||||
(3) 含有骚扰、垃圾广告、恶意信息、诱骗信息的;<br/> |
||||
(4) 涉及他人隐私、个人信息或资料的;<br/> |
||||
(5) 侵害他人名誉权、肖像权、知识产权、商业秘密等合法权利的;<br/> |
||||
(6) 含有其他干扰本服务正常运营和侵犯其他用户或第三方合法权益内容的信息。<br/> |
||||
五、使用规则<br/> |
||||
1、用户在本服务中或通过本服务所传送、发布的任何内容并不反映或代表,也不得被视为反映或代表禅易精舍的观点、立场或政策,禅易精舍对此不承担任何责任。<br/> |
||||
2、用户不得利用“禅易精舍”帐号或本服务进行如下行为:<br/> |
||||
(1) 提交、发布虚假信息,或盗用他人头像或资料,冒充、利用他人名义的;<br/> |
||||
(2) 强制、诱导其他用户关注、点击链接页面或分享信息的;<br/> |
||||
(3) 虚构事实、隐瞒真相以误导、欺骗他人的;<br/> |
||||
(4) 利用技术手段批量建立虚假帐号的;<br/> |
||||
(5) 利用“禅易精舍”帐号或本服务从事任何违法犯罪活动的;<br/> |
||||
(6) 制作、发布与以上行为相关的方法、工具,或对此类方法、工具进行运营或传播,无论这些行为是否为商业目的;<br/> |
||||
(7) 其他违反法律法规规定、侵犯其他用户合法权益、干扰“禅易精舍”正常运营或禅易精舍未明示授权的行为。<br/> |
||||
3、用户须对利用“禅易精舍”帐号或本服务传送信息的真实性、合法性、无害性、准确性、有效性等全权负责,与用户所传播的信息相关的任何法律责任由用户自行承担,与禅易精舍无关。如因此给禅易精舍或第三方造成损害的,用户应当依法予以赔偿。<br/> |
||||
4、禅易精舍提供的服务中可能包括广告,用户同意在使用过程中显示禅易精舍和第三方供应商、合作伙伴提供的广告。除法律法规明确规定外,用户应自行对依该广告信息进行的交易负责,对用户因依该广告信息进行的交易或前述广告商提供的内容而遭受的损失或损害,禅易精舍不承担任何责任。<br/> |
||||
5、除非禅易精舍书面许可,用户不得从事下列任一行为:<br/> |
||||
(1) 删除软件及其副本上关于著作权的信息;<br/> |
||||
(2) 对软件进行反向工程、反向汇编、反向编译,或者以其他方式尝试发现软件的源代码;<br/> |
||||
(3) 对禅易精舍拥有知识产权的内容进行使用、出租、出借、复制、修改、链接、转载、汇编、发表、出版、建立镜像站点等;<br/> |
||||
(4) 对软件或者软件运行过程中释放到任何终端内存中的数据、软件运行过程中客户端与服务器端的交互数据,以及软件运行所必需的系统数据,进行复制、修改、增加、删除、挂接运行或创作任何衍生作品,形式包括但不限于使用插件、外挂或非经禅易精舍授权的第三方工具/服务接入软件和相关系统;<br/> |
||||
(5) 通过修改或伪造软件运行中的指令、数据,增加、删减、变动软件的功能或运行效果,或者将用于上述用途的软件、方法进行运营或向公众传播,无论这些行为是否为商业目的;<br/> |
||||
(6) 通过非禅易精舍开发、授权的第三方软件、插件、外挂、系统,登录或使用禅易精舍软件及服务,或制作、发布、传播非禅易精舍开发、授权的第三方软件、插件、外挂、系统。<br/> |
||||
六、账户管理<br/> |
||||
1、 “禅易精舍”帐号的所有权归禅易精舍所有,用户完成申请注册手续后,获得“禅易精舍”帐号的使用权,该使用权仅属于初始申请注册人,禁止赠与、借用、租用、转让或售卖。禅易精舍因经营需要,有权回收用户的“禅易精舍”帐号。<br/> |
||||
2、用户可以通过<br/> |
||||
1)查看与编辑个人资料页,<br/> |
||||
2)“设置”页面里的“账号与安全”页面来查询、更改、删除、注销“禅易精舍”帐户上的个人资料、注册信息及传送内容等,但需注意,删除有关信息的同时也会删除用户储存在系统中的文字和图片。用户需承担该风险。<br/> |
||||
3、用户有责任妥善保管注册帐号信息及帐号密码的安全,因用户保管不善可能导致遭受盗号或密码失窃,责任由用户自行承担。用户需要对注册帐号以及密码下的行为承担法律责任。用户同意在任何情况下不使用其他用户的帐号或密码。在用户怀疑他人使用其帐号或密码时,用户同意立即通知禅易精舍。<br/> |
||||
4、用户应遵守本协议的各项条款,正确、适当地使用本服务,如因用户违反本协议中的任何条款,禅易精舍在通知用户后有权依据协议中断或终止对违约用户“禅易精舍”帐号提供服务。同时,禅易精舍保留在任何时候收回“禅易精舍”帐号、用户名的权利。<br/> |
||||
5、如用户注册“禅易精舍”帐号后一年不登录,通知用户后,禅易精舍可以收回该帐号,以免造成资源浪费,由此造成的不利后果由用户自行承担。<br/> |
||||
6、用户可以通过“设置”页面里的“账号与安全”页面来进行账号注销服务,用户确认注销账号是不可恢复的操作,用户应自行备份与禅易精舍账号相关的信息和数据,用户确认操作之前与禅易精舍账号相关的所有服务均已进行妥善处理。用户确认并同意注销账号后并不代表本禅易精舍账号注销前的账号行为和相关责任得到豁免或减轻,如在注销期间,用户的账号被他人投诉、被国家机关调查或者正处于诉讼、仲裁程序中,禅易精舍有限自行终止用户的账号注销并无需另行得到用户的同意。<br/> |
||||
八、数据储存<br/> |
||||
1、禅易精舍不对用户在本服务中相关数据的删除或储存失败负责。<br/> |
||||
2、禅易精舍可以根据实际情况自行决定用户在本服务中数据的最长储存期限,并在服务器上为其分配数据最大存储空间等。用户可根据自己的需要自行备份本服务中的相关数据。<br/> |
||||
3、如用户停止使用本服务或本服务终止,禅易精舍可以从服务器上永久地删除用户的数据。本服务停止、终止后,禅易精舍没有义务向用户返还任何数据。<br/> |
||||
九、风险承担<br/> |
||||
1、用户理解并同意,“禅易精舍”仅为用户提供信息分享、传送及获取的平台,用户必须为自己注册帐号下的一切行为负责,包括用户所传送的任何内容以及由此产生的任何后果。用户应对“禅易精舍”及本服务中的内容自行加以判断,并承担因使用内容而引起的所有风险,包括因对内容的正确性、完整性或实用性的依赖而产生的风险。禅易精舍无法且不会对因用户行为而导致的任何损失或损害承担责任。 |
||||
2、用户理解并同意,因业务发展需要,禅易精舍保留单方面对本服务的全部或部分服务内容变更、暂停、终止或撤销的权利,用户需承担此风险。<br/> |
||||
十、知识产权声明<br/> |
||||
1、除本服务中涉及广告的知识产权由相应广告商享有外,禅易精舍在本服务中提供的内容(包括但不限于网页、文字、图片、音频、视频、图表等)的知识产权均归禅易精舍所有,但用户在使用本服务前对自己发布的内容已合法取得知识产权的除外。<br/> |
||||
2、除另有特别声明外,禅易精舍提供本服务时所依托软件的著作权、专利权及其他知识产权均归禅易精舍所有。<br/> |
||||
3、禅易精舍在本服务中所涉及的图形、文字或其组成,以及其他禅易精舍标志及产品、服务名称(以下统称“禅易精舍标识”),其著作权或商标权归禅易精舍所有。未经禅易精舍事先书面同意,用户不得将禅易精舍标识以任何方式展示或使用或作其他处理,也不得向他人表明用户有权展示、使用、或其他有权处理禅易精舍标识的行为。<br/> |
||||
4、上述及其他任何禅易精舍或相关广告商依法拥有的知识产权均受到法律保护,未经禅易精舍或相关广告商书面许可,用户不得以任何形式进行使用或创造相关衍生作品。<br/> |
||||
5、用户在使用禅易精舍服务时发表上传的文字、图片、视频、音频、软件以及表演等信息,此部分信息的知识产权归用户,责任由用户承担。但用户的发表、上传行为视为对禅易精舍的授权,用户理解并同意授予禅易精舍及其关联公司全球范围内完全免费、不可撤销、独家、永久、可转授权和可再许可的权利,包括但不限于:复制权、发行权、出租权、展览权、表演权、放映权、广播权、信息网络传播权、摄制权、改编权、翻译权、汇编权以及《著作权法》规定的由著作权人享有的其他著作财产权利及邻接权利。禅易精舍可自行选择是否使用以及使用方式,包括但不限于将前述信息在禅易精舍旗下的服务平台上使用与传播,将上述信息再次编辑后使用,以及由禅易精舍授权给合作方使用、编辑与传播等。<br/> |
||||
十一、法律责任<br/> |
||||
1、如果禅易精舍发现或收到他人举报或投诉用户违反本协议约定的,禅易精舍有权不经通知随时对相关内容,包括但不限于用户资料、聊天记录进行审查、删除,并视情节轻重对违规帐号处以包括但不限于警告、帐号封禁 、设备封禁 、功能封禁 的处罚,且通知用户处理结果。<br/> |
||||
2、因违反用户协议被封禁的用户,在封禁期限届满后自助解封。其中,被实施功能封禁的用户会在封禁期届满后自动恢复被封禁功能。被封禁用户可向禅易精舍网站相关页面提交申诉,禅易精舍将对申诉进行审查,并自行合理判断决定是否变更处罚措施。<br/> |
||||
3、用户理解并同意,禅易精舍有权依合理判断对违反有关法律法规或本协议规定的行为进行处罚,对违法违规的任何用户采取适当的法律行动,并依据法律法规保存有关信息向有关部门报告等,用户应承担由此而产生的一切法律责任。<br/> |
||||
4、用户理解并同意,因用户违反本协议约定,导致或产生的任何第三方主张的任何索赔、要求或损失,包括合理的律师费,用户应当赔偿禅易精舍与合作公司、关联公司,并使之免受损害。<br/> |
||||
十二、不可抗力及其他免责事由<br/> |
||||
1、用户理解并确认,在使用本服务的过程中,可能会遇到不可抗力等风险因素,使本服务发生中断。不可抗力是指不能预见、不能克服并不能避免且对一方或双方造成重大影响的客观事件,包括但不限于自然灾害如洪水、地震、瘟疫流行和风暴等以及社会事件如战争、动乱、政府行为等。出现上述情况时,禅易精舍将努力在第一时间与相关单位配合,及时进行修复,但是由此给用户或第三方造成的损失,禅易精舍及合作单位在法律允许的范围内免责。<br/> |
||||
2、本服务同大多数互联网服务一样,受包括但不限于用户原因、网络服务质量、社会环境等因素的差异影响,可能受到各种安全问题的侵扰,如他人利用用户的资料,造成现实生活中的骚扰;用户下载安装的其它软件或访问的其他网站中含有“特洛伊木马”等病毒,威胁到用户的计算机信息和数据的安全,继而影响本服务的正常使用等等。用户应加强信息安全及使用者资料的保护意识,要注意加强密码保护,以免遭致损失和骚扰。<br/> |
||||
3、用户理解并确认,本服务存在因不可抗力、计算机病毒或黑客攻击、系统不稳定、用户所在位置、用户关机以及其他任何技术、互联网络、通信线路原因等造成的服务中断或不能满足用户要求的风险,因此导致的用户或第三方任何损失,禅易精舍不承担任何责任。<br/> |
||||
4、用户理解并确认,在使用本服务过程中存在来自任何他人的包括误导性的、欺骗性的、威胁性的、诽谤性的、令人反感的或非法的信息,或侵犯他人权利的匿名或冒名的信息,以及伴随该等信息的行为,因此导致的用户或第三方的任何损失,禅易精舍不承担任何责任。<br/> |
||||
5、用户理解并确认,禅易精舍需要定期或不定期地对“禅易精舍”平台或相关的设备进行检修或者维护,如因此类情况而造成服务在合理时间内的中断,禅易精舍无需为此承担任何责任,但禅易精舍应事先进行通告。<br/> |
||||
6、禅易精舍重视对未成年人的保护。禅易精舍将依赖用户提供的个人信息判断用户是否为未成年人。任何18岁以下的未成年人均不得注册帐号或使用本服务<br/> |
||||
7、因禅易精舍提供的服务系基于地理位置提供的移动社交服务,用户确认,其地理位置信息为非个人隐私信息,用户成功注册“禅易精舍”帐号视为确认授权禅易精舍提取、公开及使用用户的地理位置信息。<br/>用户地理位置信息将作为用户公开资料之一,由禅易精舍向其他用户公开以便禅易精舍向用户提供基于地理位置的移动社交服务。如用户需要终止向其他用户公开其地理位置信息,可随时自行设置为隐身状态。<br/> |
||||
8、为了改善禅易精舍的技术和服务,向用户提供更好的服务体验,禅易精舍或可会自行收集使用或向第三方提供用户的非个人隐私信息。<br/> |
||||
9、禅易精舍保证在合法、正当与必要的原则下收集、使用或者公开用户个人信息且不会收集与提供的服务无关的用户个人信息。<br/> |
||||
10、禅易精舍十分注重保护用户的个人隐私,并制定了《禅易精舍隐私权政策》,用户亦可以通过“设置”页面里的“帮助”来进行具体查看,用户确认并同意使用禅易精舍提供的服务将被视为接受《禅易精舍隐私权政策》。<br/> |
||||
2、如发生下列任何一种情形,禅易精舍有权变更、中断或终止向用户提供的免费服务或收费服务,而无需对用户或任何第三方承担任何责任:<br/> |
||||
(1) 根据法律规定用户应提交真实信息,而用户提供的个人资料不真实、或与注册时信息不一致又未能提供合理证明;<br/> |
||||
(2) 用户违反相关法律法规或本协议的约定;<br/> |
||||
(3) 按照法律规定或有权机关的要求;<br/> |
||||
(4) 出于安全的原因或其他必要的情形。<br/> |
||||
十四、“活动”服务说明与免责条款<br/> |
||||
1、禅易精舍“活动”功能板块,是以地理位置为基础、发布用户周边文化活动信息的活动信息共享平台(下称“本平台”)。<br/><br/> |
||||
|
||||
|
||||
2、本平台发布之全部文化活动信息,包括但不限于活动地理位置信息,均直接或者间接来自于文化活动主办方。<br/> |
||||
3、本平台发布文化活动信息,意在宣传文化活动、丰富用户文化生活。本平台用户于本平台“活动”功能板块发布的留言、评论等信息,均系用户自行发布。本平台不对上述信息的真实性、准确性,或及时性、完整性负责。<br/> |
||||
十五、其他<br/> |
||||
1、禅易精舍郑重提醒用户注意本协议中免除禅易精舍责任和限制用户权利的条款,请用户仔细阅读,自主考虑风险<br/> |
||||
2、本协议的效力、解释及纠纷的解决,适用于中华人民共和国法律。若用户和禅易精舍之间发生任何纠纷或争议,首先应友好协商解决,协商不成的,用户同意将纠纷或争议提交禅易精舍住所地有管辖权的人民法院管辖。<br/> |
||||
3、本协议的任何条款无论因何种原因无效或不具可执行性,其余条款仍有效,对双方具有约束力。<br/> |
||||
4、由于互联网高速发展,您与禅易精舍签署的本协议列明的条款可能并不能完整罗列并覆盖您禅易精舍所有权利与义务,现有的约定也不能保证完全符合未来发展的需求。因此,禅易精舍隐私权政策、禅易精舍平台行为规范等均为本协议的补充协议,与本协议不可分割且具有同等法律效力。如您使用禅易精舍平台服务,视为您同意上述补充协议。 |
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default{ |
||||
data(){ |
||||
return { |
||||
|
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
.argeement-page{ |
||||
padding: 0 20rpx 90rpx; |
||||
font-size: 28rpx; |
||||
color: rgb(51, 51, 51); |
||||
} |
||||
</style> |
@ -1,108 +0,0 @@
|
||||
<template> |
||||
<view class="bindcard-page"> |
||||
<view class="form"> |
||||
<view class="form-item"> |
||||
<view class="label">持卡人</view> |
||||
<input type="text" v-model="form.name" placeholder="请输入持卡人姓名" /> |
||||
</view> |
||||
<view class="form-item"> |
||||
<view class="label">银行卡号</view> |
||||
<input type="text" v-model="form.card" placeholder="请输入银行卡号" /> |
||||
</view> |
||||
<view class="form-item"> |
||||
<view class="label">开户行</view> |
||||
<input type="text" v-model="form.bank" placeholder="请输入开户行" /> |
||||
</view> |
||||
</view> |
||||
<view class="submit" @click="submit">确定</view> |
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
import { bingCard } from '@/api/user.js' |
||||
export default { |
||||
data() { |
||||
return { |
||||
form: { |
||||
name: '', |
||||
card: '', |
||||
bank: '' |
||||
} |
||||
} |
||||
}, |
||||
methods: { |
||||
submit(){ |
||||
if(this.form.name == '' ){ |
||||
return this.alertMessage('请输入持卡人姓名') |
||||
} else if(this.form.card == ''){ |
||||
return this.alertMessage('请输入银行卡号') |
||||
} else if(this.form.bank == ''){ |
||||
return this.alertMessage('请输入开户行') |
||||
} |
||||
bingCard({ |
||||
bankName: this.form.bank, |
||||
cardNumber: this.form.card, |
||||
cardholderName: this.form.name |
||||
}).then((res)=>{ |
||||
uni.showToast({ |
||||
title: '绑定成功!', |
||||
}) |
||||
setTimeout(()=>{ |
||||
uni.navigateBack({ |
||||
delta: 1, |
||||
}) |
||||
},1500) |
||||
}) |
||||
}, |
||||
alertMessage(msg){ |
||||
uni.showToast({ |
||||
title: msg, |
||||
icon: 'none' |
||||
}) |
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style> |
||||
page{ |
||||
width: 100%; |
||||
height: 100%; |
||||
background: #F8F8F8; |
||||
} |
||||
.bindcard-page{ |
||||
width: 100%; |
||||
padding: 32rpx 38rpx; |
||||
} |
||||
.form{ |
||||
width: 100%; |
||||
background: #fff; |
||||
border-radius: 18rpx; |
||||
} |
||||
.form-item{ |
||||
width: 100%; |
||||
height: 100rpx; |
||||
padding: 0 36rpx; |
||||
font-size: 34rpx; |
||||
color: #000; |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: space-between; |
||||
border: 2rpx solid #F5F5F5; |
||||
} |
||||
.form-item input{ |
||||
text-align: right; |
||||
font-size: 32rpx; |
||||
} |
||||
.submit{ |
||||
width: 440rpx; |
||||
height: 88rpx; |
||||
background: #F7C37A; |
||||
border-radius: 44rpx; |
||||
text-align: center; |
||||
line-height: 88rpx; |
||||
font-size: 46rpx; |
||||
color: #fff; |
||||
margin: 60rpx auto; |
||||
} |
||||
</style> |
@ -1,167 +0,0 @@
|
||||
<template> |
||||
<view class="cashout-page"> |
||||
<view class="profit-box"> |
||||
<image src="../../../static/profit.png" class="profit-bg"></image> |
||||
<view class="profit-info"> |
||||
<view>当前可提现积分<text class="s-word">(积分比例为1:1)</text></view> |
||||
<view class="fz70">{{userInfo.brokeragePrice || 0}}</view> |
||||
</view> |
||||
</view> |
||||
<view class="tips">注:提现需在每月20-26日进行,其他时间不可提现</view> |
||||
<view class="handle-box"> |
||||
<view class="tit">提现金额</view> |
||||
<view class="inp-box acea-row row-between row-middle"> |
||||
<text class="fz50">¥</text> |
||||
<input type="text" v-model="cashNum" placeholder="最低提现100积分" /> |
||||
<view class="colO" @click="allCash">全部提现</view> |
||||
</view> |
||||
</view> |
||||
<view class="submit-btn" @click="cashClick">提现</view> |
||||
</view> |
||||
|
||||
</template> |
||||
|
||||
<script> |
||||
import { getUserInfo, cash } from '@/api/user.js' |
||||
import cookie from '@/utils/store/cookie' |
||||
export default { |
||||
data() { |
||||
return { |
||||
cashNum: '', |
||||
userInfo: {}, |
||||
} |
||||
}, |
||||
mounted() { |
||||
getUserInfo().then((res)=>{ |
||||
this.userInfo = res.data |
||||
}) |
||||
}, |
||||
methods: { |
||||
allCash(){ |
||||
this.cashNum = this.userInfo.brokeragePrice |
||||
}, |
||||
cashClick(){ |
||||
if(this.userInfo.userBank){ |
||||
if(this.cashNum == '' || Number(this.cashNum) <= 100 || Number(this.cashNum) > this.userInfo.brokeragePrice){ |
||||
return this.alertMessage('请输入正确的积分') |
||||
} |
||||
cash({ |
||||
extractType: 'bank', |
||||
money: this.cashNum |
||||
}).then((res)=>{ |
||||
uni.showToast({ |
||||
title: '申请提现成功', |
||||
}) |
||||
setTimeout(()=>{ |
||||
uni.navigateBack({ |
||||
delta: 1, |
||||
}) |
||||
},1500) |
||||
}) |
||||
} else{ |
||||
uni.showModal({ |
||||
title: '提示!', |
||||
content: '您还未绑定银行卡,点击确定按钮立即绑定。', |
||||
success: (res)=> { |
||||
if(res.confirm){ |
||||
this.$yrouter.push({ |
||||
path: '/pages/user/bindCard/index' |
||||
}) |
||||
} |
||||
} |
||||
}) |
||||
} |
||||
}, |
||||
alertMessage(msg){ |
||||
uni.showToast({ |
||||
title: msg, |
||||
icon: 'none' |
||||
}) |
||||
} |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style> |
||||
/* pages/user/cashOut/index.wxss */ |
||||
.cashout-page{ |
||||
width: 100%; |
||||
min-height: 100vh; |
||||
padding: 40rpx; |
||||
background: #F8F8F8; |
||||
} |
||||
.profit-box{ |
||||
width: 100%; |
||||
height: 256rpx; |
||||
position: relative; |
||||
margin-top: 20rpx; |
||||
} |
||||
.profit-box image{ |
||||
width: 100%; |
||||
height: 256rpx; |
||||
position: absolute; |
||||
top: 0; |
||||
} |
||||
.profit-info{ |
||||
width: 100%; |
||||
height: 100%; |
||||
position: absolute; |
||||
top: 0; |
||||
z-index: 3; |
||||
padding: 48rpx 94rpx 0 36rpx; |
||||
color: #fff; |
||||
font-weight: 500; |
||||
} |
||||
.s-word{ |
||||
font-size: 22rpx; |
||||
} |
||||
.fz70{ |
||||
font-size: 70rpx; |
||||
font-weight: 500; |
||||
line-height: 98rpx; |
||||
} |
||||
.tips{ |
||||
font-size: 20rpx; |
||||
color:#FF3434; |
||||
margin: 62rpx 0 20rpx; |
||||
font-weight: 600; |
||||
} |
||||
.handle-box{ |
||||
background: #fff; |
||||
border-radius: 18rpx; |
||||
font-size: 28rpx; |
||||
} |
||||
.handle-box .tit{ |
||||
width: 100%; |
||||
height: 98rpx; |
||||
line-height: 98rpx; |
||||
text-indent: 2em; |
||||
border-bottom: 2rpx solid #F5F5F5; |
||||
font-size: 28rpx; |
||||
} |
||||
.inp-box{ |
||||
width: 100%; |
||||
padding: 0 32rpx; |
||||
height: 108rpx; |
||||
} |
||||
.inp-box input{ |
||||
margin-left: -100rpx; |
||||
} |
||||
.fz50{ |
||||
font-size: 50rpx; |
||||
} |
||||
.colO{ |
||||
color: #F68514; |
||||
} |
||||
.submit-btn{ |
||||
width: 440rpx; |
||||
height: 88rpx; |
||||
background: #F7C37A; |
||||
border-radius: 44rpx; |
||||
text-align: center; |
||||
line-height: 88rpx; |
||||
font-size: 42rpx; |
||||
color: #FFFFFF; |
||||
margin: 110rpx auto 0; |
||||
} |
||||
</style> |
@ -1,114 +0,0 @@
|
||||
<template> |
||||
<view class="index-page"> |
||||
<view class="data-panel-box acea-row row-between"> |
||||
<view> |
||||
<view>今日新增</view> |
||||
<view class="fz40">{{teamInfo.todayNum}}人</view> |
||||
</view> |
||||
<view> |
||||
<view>一级</view> |
||||
<view class="fz40">{{teamInfo.firstNum}}人</view> |
||||
</view> |
||||
<view> |
||||
<view>二级</view> |
||||
<view class="fz40">{{teamInfo.secondNum}}人</view> |
||||
</view> |
||||
</view> |
||||
|
||||
<view class="t-header acea-row row-middle row-between"> |
||||
<view class="h-item">成员名称</view> |
||||
<view class="h-item w180">一级积分收益</view> |
||||
<view class="h-item w180">二级积分收益</view> |
||||
</view> |
||||
<view class="t-body"> |
||||
<view class="b-item acea-row row-middle row-between" v-for="(item,index) in teamInfo.teamList" wx:key="index"> |
||||
<view class="name">{{item.name}}</view> |
||||
<view class="name w180">{{item.firstNum}}积分</view> |
||||
<view class="name w180">{{item.secondNum}}积分</view> |
||||
</view> |
||||
</view> |
||||
<view class="loading-status">{{loadingStatus}}</view> |
||||
</view> |
||||
|
||||
</template> |
||||
|
||||
<script> |
||||
import { getMyTeam } from '@/api/user.js' |
||||
import cookie from '@/utils/store/cookie' |
||||
export default { |
||||
data() { |
||||
return { |
||||
userInfo: {}, |
||||
teamInfo: {}, |
||||
loadingStatus: '没有更多了。。。' |
||||
} |
||||
}, |
||||
mounted() { |
||||
this.userInfo = cookie.get('userInfo') |
||||
this.getTeam() |
||||
}, |
||||
onPullDownRefresh: function () { |
||||
this.getTeam() |
||||
}, |
||||
methods: { |
||||
getTeam(){ |
||||
getMyTeam().then((res)=>{ |
||||
this.teamInfo = res.data |
||||
console.log(this.teamInfo) |
||||
uni.stopPullDownRefresh() |
||||
}) |
||||
}, |
||||
} |
||||
} |
||||
</script> |
||||
|
||||
<style> |
||||
.index-page{ |
||||
width: 100%; |
||||
min-height: 100vh; |
||||
background: #F8F8F8; |
||||
padding: 32rpx 38rpx; |
||||
} |
||||
.data-panel-box{ |
||||
width: 100%; |
||||
padding: 38rpx 66rpx; |
||||
background: #FFD092; |
||||
border-radius: 24rpx; |
||||
color: #fff; |
||||
} |
||||
.data-panel-box view{ |
||||
text-align: center; |
||||
} |
||||
.fz40{ |
||||
font-size: 40rpx; |
||||
line-height: 56rpx; |
||||
} |
||||
.t-header{ |
||||
width: 100%; |
||||
height: 48rpx; |
||||
border-radius: 16rpx; |
||||
color: #AF681B; |
||||
font-size: 28rpx; |
||||
background: #fff; |
||||
padding: 0 22rpx; |
||||
margin: 16rpx 0; |
||||
} |
||||
.b-item{ |
||||
width: 100%; |
||||
padding: 22rpx; |
||||
background: #fff; |
||||
border-radius: 24rpx; |
||||
margin-bottom: 24rpx; |
||||
font-size: 28rpx; |
||||
color: #CC8E46; |
||||
} |
||||
.w180{ |
||||
width: 180rpx; |
||||
text-align: center; |
||||
} |
||||
.loading-status{ |
||||
text-align: center; |
||||
font-size: 28rpx; |
||||
color: #B9B9B9; |
||||
} |
||||
</style> |
Before Width: | Height: | Size: 838 B |
Before Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 1007 B |
Before Width: | Height: | Size: 565 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 461 B |
After Width: | Height: | Size: 459 B |
After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
@ -1,96 +0,0 @@
|
||||
<template> |
||||
<uni-shadow-root class="vant-button-index"><button :id="id" :class="'custom-class '+(utils.bem('button', [type, size, { block, round, plain, square, loading, disabled, hairline, unclickable: disabled || loading }]))+' '+(hairline ? 'van-hairline--surround' : '')" hover-class="van-button--active hover-class" :lang="lang" :style="(style)+' '+(customStyle)" :open-type="openType" :business-id="businessId" :session-from="sessionFrom" :send-message-title="sendMessageTitle" :send-message-path="sendMessagePath" :send-message-img="sendMessageImg" :show-message-card="showMessageCard" :app-parameter="appParameter" :aria-label="ariaLabel" @click="onClick" @getuserinfo="bindGetUserInfo" @contact="bindContact" @getphonenumber="bindGetPhoneNumber" @error="bindError" @launchapp="bindLaunchApp" @opensetting="bindOpenSetting"> |
||||
<block v-if="loading"> |
||||
<van-loading custom-class="loading-class" :size="loadingSize" :type="loadingType" :color="type === 'default' ? '#c9c9c9' : 'white'"></van-loading> |
||||
<view v-if="loadingText" class="van-button__loading-text"> |
||||
{{ loadingText }} |
||||
</view> |
||||
</block> |
||||
<block v-else> |
||||
<van-icon v-if="icon" size="1.2em" :name="icon" class="van-button__icon" custom-style="line-height: inherit;"></van-icon> |
||||
<view class="van-button__text"> |
||||
<slot></slot> |
||||
</view> |
||||
</block> |
||||
</button></uni-shadow-root> |
||||
</template> |
||||
<wxs src="../wxs/utils.wxs" module="utils"></wxs> |
||||
<script> |
||||
import VanIcon from '../icon/index.vue' |
||||
import VanLoading from '../loading/index.vue' |
||||
global['__wxVueOptions'] = {components:{'van-icon': VanIcon,'van-loading': VanLoading}} |
||||
|
||||
global['__wxRoute'] = 'vant/button/index' |
||||
import { VantComponent } from '../common/component'; |
||||
import { button } from '../mixins/button'; |
||||
import { openType } from '../mixins/open-type'; |
||||
VantComponent({ |
||||
mixins: [button, openType], |
||||
classes: ['hover-class', 'loading-class'], |
||||
data: { |
||||
style: '' |
||||
}, |
||||
props: { |
||||
icon: String, |
||||
plain: Boolean, |
||||
block: Boolean, |
||||
round: Boolean, |
||||
square: Boolean, |
||||
loading: Boolean, |
||||
hairline: Boolean, |
||||
disabled: Boolean, |
||||
loadingText: String, |
||||
customStyle: String, |
||||
loadingType: { |
||||
type: String, |
||||
value: 'circular' |
||||
}, |
||||
type: { |
||||
type: String, |
||||
value: 'default' |
||||
}, |
||||
size: { |
||||
type: String, |
||||
value: 'normal' |
||||
}, |
||||
loadingSize: { |
||||
type: String, |
||||
value: '20px' |
||||
}, |
||||
color: { |
||||
type: String, |
||||
observer(color) { |
||||
let style = ''; |
||||
if (color) { |
||||
style += `color: ${this.data.plain ? color : 'white'};`; |
||||
if (!this.data.plain) { |
||||
// Use background instead of backgroundColor to make linear-gradient work |
||||
style += `background: ${color};`; |
||||
} |
||||
// hide border when color is linear-gradient |
||||
if (color.indexOf('gradient') !== -1) { |
||||
style += 'border: 0;'; |
||||
} |
||||
else { |
||||
style += `border-color: ${color};`; |
||||
} |
||||
} |
||||
if (style !== this.data.style) { |
||||
this.setData({ style }); |
||||
} |
||||
} |
||||
} |
||||
}, |
||||
methods: { |
||||
onClick() { |
||||
if (!this.data.disabled && !this.data.loading) { |
||||
this.$emit('click'); |
||||
} |
||||
} |
||||
} |
||||
}); |
||||
export default global['__wxComponents']['vant/button/index'] |
||||
</script> |
||||
<style platform="mp-weixin"> |
||||
@import '../common/index.css';.van-button{position:relative;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0;line-height:20px;text-align:center;vertical-align:middle;-webkit-appearance:none;-webkit-text-size-adjust:100%;height:44px;height:var(--button-default-height,44px);font-size:16px;font-size:var(--button-default-font-size,16px);transition:opacity .2s;transition:opacity var(--animation-duration-fast,.2s);border-radius:2px;border-radius:var(--button-border-radius,2px)}.van-button:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;background-color:var(--black,#000);border-color:#000;border-color:var(--black,#000)}.van-button:after{border-width:0}.van-button--active:before{opacity:.15}.van-button--unclickable:after{display:none}.van-button--default{color:#323233;color:var(--button-default-color,#323233);background-color:#fff;background-color:var(--button-default-background-color,#fff);border:1px solid #ebedf0;border:1px solid var(--button-default-border-color,#ebedf0)}.van-button--primary{color:#fff;color:var(--button-primary-color,#fff);background-color:#07c160;background-color:var(--button-primary-background-color,#07c160);border:1px solid #07c160;border:1px solid var(--button-primary-border-color,#07c160)}.van-button--info{color:#fff;color:var(--button-info-color,#fff);background-color:#1989fa;background-color:var(--button-info-background-color,#1989fa);border:1px solid #1989fa;border:1px solid var(--button-info-border-color,#1989fa)}.van-button--danger{color:#fff;color:var(--button-danger-color,#fff);background-color:#ee0a24;background-color:var(--button-danger-background-color,#ee0a24);border:1px solid #ee0a24;border:1px solid var(--button-danger-border-color,#ee0a24)}.van-button--warning{color:#fff;color:var(--button-warning-color,#fff);background-color:#ff976a;background-color:var(--button-warning-background-color,#ff976a);border:1px solid #ff976a;border:1px solid var(--button-warning-border-color,#ff976a)}.van-button--plain{background-color:#fff;background-color:var(--button-plain-background-color,#fff)}.van-button--plain.van-button--primary{color:#07c160;color:var(--button-primary-background-color,#07c160)}.van-button--plain.van-button--info{color:#1989fa;color:var(--button-info-background-color,#1989fa)}.van-button--plain.van-button--danger{color:#ee0a24;color:var(--button-danger-background-color,#ee0a24)}.van-button--plain.van-button--warning{color:#ff976a;color:var(--button-warning-background-color,#ff976a)}.van-button--large{width:100%;height:50px;height:var(--button-large-height,50px)}.van-button--normal{padding:0 15px;font-size:14px;font-size:var(--button-normal-font-size,14px)}.van-button--small{min-width:60px;min-width:var(--button-small-min-width,60px);height:30px;height:var(--button-small-height,30px);padding:0 8px;padding:0 var(--padding-xs,8px);font-size:12px;font-size:var(--button-small-font-size,12px)}.van-button--mini{display:inline-block;min-width:50px;min-width:var(--button-mini-min-width,50px);height:22px;height:var(--button-mini-height,22px);font-size:10px;font-size:var(--button-mini-font-size,10px)}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{display:-webkit-flex;display:flex;width:100%}.van-button--round{border-radius:999px;border-radius:var(--button-round-border-radius,999px)}.van-button--square{border-radius:0}.van-button--disabled{opacity:.5;opacity:var(--button-disabled-opacity,.5)}.van-button__text{display:inline}.van-button__icon+.van-button__text:not(:empty),.van-button__loading-text{margin-left:4px}.van-button__icon{min-width:1em;line-height:inherit!important;vertical-align:top}.van-button--hairline{padding-top:1px;border-width:0}.van-button--hairline:after{border-color:inherit;border-width:1px;border-radius:4px;border-radius:calc(var(--button-border-radius, 2px)*2)}.van-button--hairline.van-button--round:after{border-radius:999px;border-radius:var(--button-round-border-radius,999px)}.van-button--hairline.van-button--square:after{border-radius:0} |
||||
</style> |
@ -1 +0,0 @@
|
||||
.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3}.van-clearfix:after{display:table;clear:both;content:""}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--bottom:after,.van-hairline--left:after,.van-hairline--right:after,.van-hairline--surround:after,.van-hairline--top-bottom:after,.van-hairline--top:after,.van-hairline:after{position:absolute;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #eee;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline--top:after{border-top-width:1px}.van-hairline--left:after{border-left-width:1px}.van-hairline--right:after{border-right-width:1px}.van-hairline--bottom:after{border-bottom-width:1px}.van-hairline--top-bottom:after{border-width:1px 0}.van-hairline--surround:after{border-width:1px} |
@ -1 +0,0 @@
|
||||
.van-clearfix:after{display:table;clear:both;content:""} |
@ -1 +0,0 @@
|
||||
.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{-webkit-line-clamp:2}.van-multi-ellipsis--l2,.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{-webkit-line-clamp:3} |
@ -1 +0,0 @@
|
||||
.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--bottom:after,.van-hairline--left:after,.van-hairline--right:after,.van-hairline--surround:after,.van-hairline--top-bottom:after,.van-hairline--top:after,.van-hairline:after{position:absolute;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #eee;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline--top:after{border-top-width:1px}.van-hairline--left:after{border-left-width:1px}.van-hairline--right:after{border-right-width:1px}.van-hairline--bottom:after{border-bottom-width:1px}.van-hairline--top-bottom:after{border-width:1px 0}.van-hairline--surround:after{border-width:1px} |
@ -1,20 +0,0 @@
|
||||
<template> |
||||
<uni-shadow-root class="vant-info-index"><view v-if="info !== null && info !== '' || dot" :class="'custom-class van-info '+(utils.bem('info', { dot }))" :style="customStyle">{{ dot ? '' : info }}</view></uni-shadow-root> |
||||
</template> |
||||
<wxs src="../wxs/utils.wxs" module="utils"></wxs> |
||||
<script> |
||||
|
||||
global['__wxRoute'] = 'vant/info/index' |
||||
import { VantComponent } from '../common/component'; |
||||
VantComponent({ |
||||
props: { |
||||
dot: Boolean, |
||||
info: null, |
||||
customStyle: String |
||||
} |
||||
}); |
||||
export default global['__wxComponents']['vant/info/index'] |
||||
</script> |
||||
<style platform="mp-weixin"> |
||||
@import '../common/index.css';.van-info{position:absolute;top:0;right:0;box-sizing:border-box;white-space:nowrap;text-align:center;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%;min-width:16px;min-width:var(--info-size,16px);padding:0 3px;padding:var(--info-padding,0 3px);color:#fff;color:var(--info-color,#fff);font-weight:500;font-weight:var(--info-font-weight,500);font-size:12px;font-size:var(--info-font-size,12px);font-family:PingFang SC,Helvetica Neue,Arial,sans-serif;font-family:var(--info-font-family,PingFang SC,Helvetica Neue,Arial,sans-serif);line-height:14px;line-height:calc(var(--info-size, 16px) - var(--info-border-width, 1px)*2);background-color:#ee0a24;background-color:var(--info-background-color,#ee0a24);border:1px solid #fff;border:var(--info-border-width,1px) solid var(--white,#fff);border-radius:16px;border-radius:var(--info-size,16px)}.van-info--dot{min-width:0;border-radius:100%;width:8px;width:var(--info-dot-size,8px);height:8px;height:var(--info-dot-size,8px);background-color:#ee0a24;background-color:var(--info-dot-color,#ee0a24)} |
||||
</style> |
@ -1,51 +0,0 @@
|
||||
<template> |
||||
<uni-shadow-root class="vant-loading-index"><view :class="'custom-class van-loading '+(vertical ? 'van-loading--vertical' : '')"> |
||||
<view :class="'van-loading__spinner van-loading__spinner--'+(type)" :style="'color: '+(color)+'; width: '+(sizeWithUnit)+'; height: '+(sizeWithUnit)"> |
||||
<view v-for="(item,index) in ('item in 12')" :key="item.index" v-if="type === 'spinner'" class="van-loading__dot"></view> |
||||
</view> |
||||
<view class="van-loading__text" :style="'font-size: '+(textSizeWithUnit)+';'"> |
||||
<slot></slot> |
||||
</view> |
||||
</view></uni-shadow-root> |
||||
</template> |
||||
|
||||
<script> |
||||
|
||||
global['__wxRoute'] = 'vant/loading/index' |
||||
import { VantComponent } from '../common/component'; |
||||
import { addUnit } from '../common/utils'; |
||||
VantComponent({ |
||||
props: { |
||||
color: String, |
||||
vertical: Boolean, |
||||
type: { |
||||
type: String, |
||||
value: 'circular' |
||||
}, |
||||
size: { |
||||
type: String, |
||||
observer: 'setSizeWithUnit' |
||||
}, |
||||
textSize: { |
||||
type: String, |
||||
observer: 'setTextSizeWithUnit' |
||||
} |
||||
}, |
||||
methods: { |
||||
setSizeWithUnit(size) { |
||||
this.setData({ |
||||
sizeWithUnit: addUnit(size) |
||||
}); |
||||
}, |
||||
setTextSizeWithUnit(size) { |
||||
this.set({ |
||||
textSizeWithUnit: addUnit(size) |
||||
}); |
||||
} |
||||
} |
||||
}); |
||||
export default global['__wxComponents']['vant/loading/index'] |
||||
</script> |
||||
<style platform="mp-weixin"> |
||||
@import '../common/index.css';.vant-loading-index{font-size:0;line-height:1}.van-loading{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:#c8c9cc;color:var(--loading-spinner-color,#c8c9cc)}.van-loading__spinner{position:relative;box-sizing:border-box;width:30px;width:var(--loading-spinner-size,30px);max-width:100%;max-height:100%;height:30px;height:var(--loading-spinner-size,30px);-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite;-webkit-animation:van-rotate var(--loading-spinner-animation-duration,.8s) linear infinite;animation:van-rotate var(--loading-spinner-animation-duration,.8s) linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--circular{border:1px solid transparent;border-top-color:initial;border-radius:100%}.van-loading__text{margin-left:8px;margin-left:var(--padding-xs,8px);color:#969799;color:var(--loading-text-color,#969799);font-size:14px;font-size:var(--loading-text-font-size,14px);line-height:20px;line-height:var(--loading-text-line-height,20px)}.van-loading__text:empty{display:none}.van-loading--vertical{-webkit-flex-direction:column;flex-direction:column}.van-loading--vertical .van-loading__text{margin:8px 0 0;margin:var(--padding-xs,8px) 0 0}.van-loading__dot{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__dot:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__dot:first-of-type{-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__dot:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__dot:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__dot:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__dot:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__dot:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__dot:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__dot:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__dot:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__dot:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__dot:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__dot:nth-of-type(12){-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:.3125}@-webkit-keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes van-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}} |
||||
</style> |