specialTaskDetail.vue 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581
  1. <template>
  2. <view style="position: relative;">
  3. <!-- 胶囊 -->
  4. <mvBar :mysNavConfig="mysNavConfig"></mvBar>
  5. <view :style="{marginTop:navH}"></view>
  6. <view class="" id="wrap0" v-show="!loading">
  7. <view class="home">
  8. <view class="uni-margin-wrap">
  9. <swiper class="swiper" circular :indicator-dots="true" :autoplay="true" :interval="3000"
  10. :duration="1000">
  11. <swiper-item v-for="item in carousel_images">
  12. <image :src="item" mode="aspectFill" style="width: 100%;height: 100%;"
  13. @click="handlePreviewImage1(item)">
  14. </image>
  15. </swiper-item>
  16. </swiper>
  17. <view class="">
  18. <view class="Tasktext">
  19. <image :src="information.PlatformInfo.platform_icon" mode=""></image>
  20. <span>{{information.project_name}}</span>
  21. </view>
  22. <view class="markcontent">
  23. <view style="display: flex;margin: 10rpx 0;">
  24. <p class="wvp">商品价值:</p>
  25. <p class="wvp">{{information.Product.ProductPrice}}元</p>
  26. </view>
  27. </view>
  28. </view>
  29. </view>
  30. </view>
  31. <!-- <view class="interval"></view> -->
  32. <view class="home" style="padding-top: 0;">
  33. <view class="">
  34. <view class="circularmark">
  35. <p>任务信息</p>
  36. </view>
  37. <view class="markcontent">
  38. <view style="display: flex;margin: 10rpx 0;">
  39. <p class="label">社媒平台:</p>
  40. <p class="wvp">{{information.PlatformInfo.platform_name}}</p>
  41. </view>
  42. <view style="display: flex;margin: 10rpx 0;">
  43. <p class="label">商品类型:</p>
  44. <p class="wvp">{{information.Product.ProductType}}</p>
  45. </view>
  46. <view style="display: flex;;margin: 10rpx 0;">
  47. <p class="label">商品链接:</p>
  48. <p class="wvp" style="padding: 0;">{{information.Product.ProductUrl}}</p>
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <view class="" id="wrap1">
  54. <view class="home" style="padding-top: 0;">
  55. <view class="">
  56. <view class="circularmark">
  57. <p>任务要求</p>
  58. </view>
  59. <view class="markcontent">
  60. <view style="display: flex;">
  61. <p class="wvp" style="margin: 10rpx 0;">内容形式:</p>
  62. <p class="wvp" style="margin: 10rpx 0;">{{information.content}}</p>
  63. </view>
  64. <p class="wvp" style="margin: 10rpx 0;">商品描述:</p>
  65. <text class="wvp" style="margin: 10rpx 0;" decode="true" user-select="true">
  66. {{information.Product.ProductDetail}} </text>
  67. </p>
  68. <p class="wvp" style="margin: 10rpx 0;">任务详情:</p>
  69. <text class="wvp" style="margin: 10rpx 0;" decode="true" user-select="true">
  70. {{information.project_detail}} </text>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="" id="wrap2">
  76. <view class="home" style="padding-top: 0;">
  77. <view class="">
  78. <view class="circularmark">
  79. <p>任务详情图</p>
  80. </view>
  81. <view class="markcontent1">
  82. <view class="diagram" v-for="item in information.ProjectPhoto">
  83. <image :src="item.photo_url" mode="widthFix"></image>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="">
  88. <view class="circularmark">
  89. <p>商品详情图</p>
  90. </view>
  91. <view class="markcontent1">
  92. <view class="diagram" v-for="item in product_detail_images">
  93. <image :src="item" mode="widthFix"></image>
  94. </view>
  95. </view>
  96. </view>
  97. </view>
  98. <view class="interval2"></view>
  99. </view>
  100. <view class="signup">
  101. <button type="default" class="but1" :loading="loading" :class="{'on':item.title === '1',}"
  102. @click="toggle('bottom')" v-if="isSign===0">
  103. 开始执行</button>
  104. <button type="default" class="but1" disabled v-if="isSign===1 && isAgree === 1"> 等待审核 </button>
  105. <button type="default" class="but1" disabled v-if="isSign===1 && isAgree === 2"> 执行中 </button>
  106. <button type="default" class="but1" disabled v-if="isSign===1 && isAgree === 3"> 已结束 </button>
  107. <button type="default" class="but2" @click="toggle1('bottom')">
  108. <image src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/task8.png" mode=""></image>
  109. 分享
  110. </button>
  111. </view>
  112. <view>
  113. <!-- 底部普通弹窗 -->
  114. <uni-popup ref="popup1" background-color="#fff" @change="change" style="border-radius: 20rpx;">
  115. <view class="popup-content1" :class="{ 'popup-height': type === 'left' || type === 'right' }">
  116. <view
  117. style="display: flex; justify-content: space-around; margin-top: 10% ;margin-bottom: 3% ;">
  118. <view>
  119. <button class="tii2" data-name="shareBtn" open-type="share">
  120. <view class="circular" style="margin-top: 10% ;">
  121. <image src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/taskw.png"
  122. mode=""></image>
  123. </view>
  124. <p class="tii">发送给朋友</p>
  125. </button>
  126. </view>
  127. <view>
  128. <button class="tii2" @click="toggle2('center')">
  129. <view class="circular" style="margin-top: 10% ;">
  130. <image src="https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/taske.png"
  131. mode=""></image>
  132. </view>
  133. <p class="tii">生成分享码</p>
  134. </button>
  135. </view>
  136. </view>
  137. <button type="default" class="errar" @click="cancel()">取消</button>
  138. </view>
  139. </uni-popup>
  140. </view>
  141. <uni-popup ref="popup2" class="share1" background-color="#fff" @change="change">
  142. <view class="popup-content">
  143. <image :src="canvasUrl" mode="widthFix" style="width: 300px;height: 400px;margin-top: 30rpx;">
  144. </image>
  145. <mosoweCanvas ref="mosoweCanvasComponents" @canvasImage="_canvasImage" :lists="lists" height="400"
  146. width="300" imgType="png" />
  147. <view class="" style="text-align: center;margin: 5% 0;">
  148. <button class="butmin" size="mini" @tap="saveImage">保存</button>
  149. </view>
  150. </view>
  151. </uni-popup>
  152. </view>
  153. </view>
  154. </template>
  155. <script>
  156. import mosoweCanvas from "@/components/mosowe-canvas-image/mosowe-canvas-image";
  157. import mvBar from "@/components/mys_navBar/mysNavBar";
  158. import zSwiper from '@/components/z-swiper/index.vue'
  159. import {
  160. getRouter,
  161. getQueryString
  162. } from '@/components/utils.js';
  163. import {
  164. saveImageToPhotosAlbum,
  165. showToast,
  166. downloadFile
  167. } from '@/uni_modules/sakura-canvas/js_sdk/util'
  168. export default {
  169. components: {
  170. mvBar,
  171. zSwiper,
  172. mosoweCanvas
  173. },
  174. data() {
  175. return {
  176. navH: getApp().globalData.navHeight,
  177. canvasUrl: '',
  178. loading: true,
  179. isSign: 0,
  180. isAgree: 0,
  181. strategy_id: 0,
  182. strategy: null,
  183. input_offer: 0.0,
  184. chooseBtn: 0,
  185. share: {
  186. title: "",
  187. path: '',
  188. imageUrl: '',
  189. desc: '',
  190. content: ''
  191. },
  192. poster: {},
  193. posterImg: '',
  194. canvasId: 'myCanvas',
  195. img: '',
  196. younggee_logo: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/younggee_logo.png",
  197. task_type_info: ["实体商品寄拍", "虚拟产品测评", "线下探店打卡", "素材微原创"],
  198. talent_type_info: ["美妆", "美食", "生活", "时尚", "测评", "旅行", "汽车", "萌宠", "游戏", "音乐", "舞蹈", "房产", "情感", "三农",
  199. "园艺", "随拍", "图文控", "二次元", "母婴亲子", "颜值达人", "剧情搞笑", "运动健身", "家居家装", "科技数码", "教育培训", "才艺技能", "艺术文化",
  200. "财经投资",
  201. ],
  202. product_types: [{
  203. value: 1,
  204. label: '3C及电器'
  205. },
  206. {
  207. value: 2,
  208. label: '食品饮料'
  209. },
  210. {
  211. value: 3,
  212. label: '服装配饰'
  213. },
  214. {
  215. value: 4,
  216. label: '医疗'
  217. },
  218. {
  219. value: 5,
  220. label: '房地产'
  221. },
  222. {
  223. value: 6,
  224. label: '家居建材'
  225. },
  226. {
  227. value: 7,
  228. label: '教育培训'
  229. },
  230. {
  231. value: 8,
  232. label: '出行旅游'
  233. },
  234. {
  235. value: 9,
  236. label: '游戏'
  237. },
  238. {
  239. value: 10,
  240. label: '互联网平台'
  241. },
  242. {
  243. value: 11,
  244. label: '汽车'
  245. },
  246. {
  247. value: 12,
  248. label: '文体娱乐'
  249. },
  250. {
  251. value: 13,
  252. label: '影视传媒'
  253. },
  254. {
  255. value: 14,
  256. label: '线下店铺'
  257. },
  258. {
  259. value: 15,
  260. label: '软件服务'
  261. },
  262. {
  263. value: 16,
  264. label: '美妆'
  265. },
  266. {
  267. value: 17,
  268. label: '母婴宠物'
  269. },
  270. {
  271. value: 18,
  272. label: '日化'
  273. },
  274. {
  275. value: 19,
  276. label: '其他'
  277. }
  278. ],
  279. title: '[东鑫记港式茶餐厅]南京东路|魔都新晋爆款茶餐厅来袭!99元抢门',
  280. price: '',
  281. tips: '识别二维码\n立即申请任务',
  282. head: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/task15.png',
  283. big: '',
  284. tabBarStyle: {},
  285. activeTab: 0,
  286. hei: '',
  287. hei1: '',
  288. topp0: '',
  289. topp1: '',
  290. topp2: '',
  291. scrollTop: '',
  292. activeColor: '#f2d22d',
  293. value: '',
  294. value1: '',
  295. sex: [],
  296. coop_choice: [],
  297. type: 'center',
  298. type1: 'center',
  299. type2: 'center',
  300. item: {
  301. title: '0'
  302. },
  303. // 视频轮播
  304. fullScreen: true,
  305. topFloat: true,
  306. fotterFloat: true,
  307. // 指示器样式
  308. mode: 'circle',
  309. indicatorPos: 'bottomCenter',
  310. list1: [{
  311. type: 'video',
  312. poster: 'https://img2.baidu.com/it/u=2141851239,1037607188&fm=26&fmt=auto&gp=0.jpg',
  313. src: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/a876efc0-4f35-11eb-97b7-0dc4655d6e68.mp4',
  314. },
  315. {
  316. type: 'image',
  317. src: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home1.png'
  318. },
  319. {
  320. type: 'video',
  321. poster: 'https://img1.baidu.com/it/u=1297253752,1185196455&fm=26&fmt=auto&gp=0.jpg',
  322. src: 'https://bjetxgzv.cdn.bspapp.com/VKCEYUGU-uni-app-doc/a876efc0-4f35-11eb-97b7-0dc4655d6e68.mp4',
  323. },
  324. {
  325. type: 'image',
  326. src: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home1.png'
  327. },
  328. ],
  329. carousel_images: ['https://img2.baidu.com/it/u=2141851239,1037607188&fm=26&fmt=auto&gp=0.jpg',
  330. 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home1.png',
  331. ],
  332. dotIndex: 0, //指示器索引
  333. dotFloatIndex: 0, //位置指示器索引
  334. //轮播图
  335. swiper: {
  336. margin: "150rpx",
  337. index: 0,
  338. list: [
  339. ]
  340. },
  341. tar: false,
  342. mysNavConfig: {
  343. /* 占位开启 */
  344. // navPadding: true,
  345. /* 背景 */
  346. // bgColor: "#f8f8f8",
  347. /* 开启单页显示首页图标 */
  348. isHome: false,
  349. /* 固定导航 */
  350. navFixed: true,
  351. /* 标题 (屏幕中心居中 两边图标中心居中使用slot center1) */
  352. navTitle: {
  353. text: "任务详情",
  354. color: "",
  355. fontSize: "32rpx", // px upx rpx
  356. fontWeight: "500", // 100 - 700
  357. },
  358. btnType: "type2",
  359. onLeftClick: '/pages/tasksquare/tasksquare',
  360. /* type2 按钮 */
  361. type2Config: {
  362. // 左图标
  363. leftPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png2.png",
  364. // 右图标
  365. rightPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png4.png",
  366. // 圆角
  367. radius: "40rpx",
  368. },
  369. },
  370. projectid: '',
  371. talent: {},
  372. account: [],
  373. information: {},
  374. zhanghaocode: '',
  375. product_detail_images: [],
  376. codeImg: '',
  377. queryAll: '',
  378. };
  379. },
  380. computed: {
  381. lists: {
  382. get() {
  383. let tmplist = [
  384. // 大图
  385. {
  386. type: 'image',
  387. content: this.img,
  388. width: 300,
  389. height: 300,
  390. x: 0,
  391. y: 0,
  392. },
  393. // 标题
  394. {
  395. type: 'text',
  396. content: this.title,
  397. color: '#333333',
  398. size: 12,
  399. width: 200,
  400. height: 10,
  401. x: 10,
  402. y: 320,
  403. },
  404. // 文案2
  405. {
  406. type: 'text',
  407. content: "扫码立即报名",
  408. color: '#333333',
  409. size: 10,
  410. width: 60,
  411. height: 10,
  412. x: 10,
  413. y: 340,
  414. },
  415. // logo
  416. {
  417. type: 'image',
  418. content: this.younggee_logo,
  419. width: 120,
  420. height: 50,
  421. x: 10,
  422. y: 350,
  423. },
  424. // 二维码
  425. {
  426. type: 'qr',
  427. content: this.head,
  428. width: 75,
  429. height: 75,
  430. x: 210,
  431. y: 305,
  432. },
  433. ]
  434. return tmplist
  435. },
  436. set() {}
  437. }
  438. },
  439. async created() {},
  440. async onShow() {
  441. // 判断登录
  442. await this.isLogin();
  443. if (this.token === '') {
  444. uni.showModal({
  445. content: '请先登录',
  446. success: function(res) {
  447. if (res.confirm) {
  448. uni.navigateTo({
  449. url: '/pages/login/login'
  450. });
  451. } else if (res.cancel) {
  452. uni.navigateBack();
  453. }
  454. }
  455. });
  456. } else {
  457. this.loading = true;
  458. uni.showLoading({
  459. title: '加载中'
  460. });
  461. await this.getTalentInfo();
  462. await this.getProjectDetail();
  463. await this.getTalentAccountInfo();
  464. if (this.account.length != 0) {
  465. await this.isSignUp();
  466. }
  467. this.loading = false;
  468. uni.hideLoading();
  469. }
  470. },
  471. onLoad(options) {
  472. getRouter();
  473. // if (options.q) {
  474. // let queryAll = decodeURIComponent(options.q);
  475. // this.projectid = getQueryString(queryAll, 'id')
  476. // } else {
  477. // this.projectid = options.id
  478. // }
  479. console.log(options)
  480. this.projectid = options.id
  481. const scene = decodeURIComponent(options.scene);
  482. if (scene != "undefined") {
  483. this.projectid = scene;
  484. }
  485. this.share.path = 'https://younggee.com/wxapp/specialtaskdetail?action=taskdetail&id=' + this.projectid
  486. this.postlist()
  487. },
  488. onReady() { // 注意:想要拿到元素实例,需要在实例已经挂载到页面上才可以
  489. },
  490. methods: {
  491. postlist() {
  492. this.$https.post('/youngee/c/p/get-qrcode', {
  493. scene: this.projectid,
  494. page: 'pages/tasksquare/specialTask/specialTaskDetail',
  495. // scene: this.taskid,
  496. // page: 'pages/task/taskdetails',
  497. })
  498. .then(res => {
  499. console.log(res)
  500. this.head = 'data:image/png;base64,' + res.data.data;
  501. })
  502. },
  503. // 判断登陆是否过期
  504. isLogin() {
  505. return this.$https.get('/youngee/c/t/g/is-login')
  506. .then(res => {
  507. if (res.data.code === 403) {
  508. // 登陆已失效
  509. this.token = ""
  510. } else {
  511. this.token = uni.getStorageSync('token')
  512. }
  513. })
  514. },
  515. handlePreviewImage1(item) {
  516. console.log("image src: ", item)
  517. let that = this
  518. wx.previewImage({
  519. current: item, // 当前显示图片的http链接
  520. urls: that.carousel_images // 需要预览的图片http链接列表
  521. })
  522. },
  523. handleCoopClick(value) {
  524. if (this.account[0].fans_count < value.followers_low) {
  525. // 提示“粉丝量不符合报名条件”
  526. uni.showToast({
  527. title: '粉丝量不符合报名条件',
  528. icon: 'none',
  529. duration: 2000
  530. });
  531. } else {
  532. this.strategy_id = value.strategy_id;
  533. this.strategy = value;
  534. }
  535. },
  536. getProjectDetail() {
  537. return this.$https.get('/youngee/c/t/g/get-project-detail' +
  538. "?" +
  539. "projectid" +
  540. "=" +
  541. this.projectid
  542. ).then(res => {
  543. this.information = res.data.data
  544. this.information.Product = JSON.parse(res.data.data.product_snap);
  545. this.information.Product.ProductPhoto = JSON.parse(res.data.data.product_photo_snap);
  546. console.log("Product: ", this.information.Product)
  547. // 分享图里的
  548. for (let i = 0; i < this.information.Product.ProductPhoto.length; i++) {
  549. if (this.information.Product.ProductPhoto[i].Symbol === 1) {
  550. this.img = this.information.Product.ProductPhoto[i].PhotoUrl
  551. this.share.imageUrl = this.information.Product.ProductPhoto[i].PhotoUrl
  552. }
  553. }
  554. this.title = this.information.project_name
  555. this.share.title = this.information.project_name
  556. this.information.Product.ProductType = this.product_types[parseInt(this.information.Product
  557. .ProductType) - 1].label
  558. // 轮播图、详情图
  559. this.carousel_images = []
  560. this.product_detail_images = []
  561. for (let i = 0; i < this.information.Product.ProductPhoto.length; i++) {
  562. if (this.information.Product.ProductPhoto[i].Symbol != 3) {
  563. this.carousel_images.push(this.information.Product.ProductPhoto[i]
  564. .PhotoUrl)
  565. if (this.information.Product.ProductPhoto[i].Symbol != 1)
  566. this.product_detail_images.push(this.information.Product.ProductPhoto[
  567. i].PhotoUrl)
  568. }
  569. }
  570. // 任务类型
  571. this.information.project_form = this.task_type_info[this.information.project_form -
  572. 1]
  573. // 任务形式
  574. if (this.information.content_type === 1) this.information.content = "图文"
  575. else if (this.information.content_type === 2) this.information.content = "视频"
  576. })
  577. },
  578. // 达人信息
  579. getTalentInfo() {
  580. return this.$https.get('/youngee/c/t/g/get-talent-info')
  581. .then(res => {
  582. console.log(res)
  583. this.talent = res.data.data
  584. })
  585. },
  586. //账号信息
  587. getTalentAccountInfo() {
  588. return this.$https.get('/youngee/c/t/g/get-talent-account')
  589. .then(res => {
  590. console.log(res)
  591. var accounts = res.data.data
  592. this.account = []
  593. if (res.data.code != -3) {
  594. for (var i = 0; i < accounts.length; i++) {
  595. if (this.information.project_platform === accounts[i].platform_id) {
  596. this.account.push(accounts[i])
  597. }
  598. }
  599. }
  600. })
  601. },
  602. isSignUp() {
  603. return this.$https.get('/youngee/c/t/g/is-sign-up-task' +
  604. "?" +
  605. "project_id" +
  606. "=" +
  607. this.projectid +
  608. "&account_id" +
  609. "=" +
  610. this.account[0].account_id)
  611. .then(res => {
  612. if (res.data.code === 0) {
  613. this.isSign = res.data.data.is_sign;
  614. this.isAgree = res.data.data.is_agree;
  615. }
  616. })
  617. },
  618. onPageScroll(res) {
  619. uni.$emit('onPageScroll', res.scrollTop);
  620. this.scrollTop = res.scrollTop;
  621. // console.log(res.scrollTop);
  622. if (res.scrollTop <= this.topp1 - this.hei1) {
  623. // console.log(0)
  624. this.activeTab = 0
  625. }
  626. if (res.scrollTop > this.topp1 - this.hei1 && res.scrollTop < this.topp2 - this.hei1) {
  627. // console.log(1)
  628. this.activeTab = 1
  629. }
  630. if (res.scrollTop > this.topp2 - this.hei1) {
  631. // console.log(2)
  632. this.activeTab = 2
  633. }
  634. },
  635. //获取节点离顶部高度
  636. getInfo() {
  637. const query = uni.createSelectorQuery().in(this);
  638. query.select('#wrap0').boundingClientRect(data => {
  639. this.topp0 = data.top
  640. }).exec();
  641. query.select('#wrap1').boundingClientRect(data => {
  642. this.topp1 = data.top
  643. }).exec();
  644. query.select('#wrap2').boundingClientRect(data => {
  645. this.topp2 = data.top
  646. // console.log(this.topp2)
  647. }).exec();
  648. query.select('#wap').boundingClientRect(data => {
  649. // console.log(data)
  650. this.hei = data.height
  651. this.tabBarStyle = {
  652. height: data.height + data.height + 'px',
  653. width: '100% ',
  654. }
  655. }).exec();
  656. query.select('#wa').boundingClientRect(data => {
  657. // console.log(data)
  658. this.hei1 = data.height
  659. }).exec();
  660. },
  661. //视频轮播
  662. effect3dMarginMethed() {
  663. this.effect3dMargin++
  664. },
  665. //swiper滑动事件
  666. swiperChange: function(e) {
  667. this.swiper.index = e.detail.current;
  668. },
  669. //底部弹出层
  670. change(e) {
  671. console.log('当前模式:' + e.type + ',状态:' + e.show);
  672. },
  673. toggle(type) {
  674. let that = this
  675. if (that.talent.is_bind_info === 0 || that.talent.is_bind_location === 0 ||
  676. that.account.length === 0) {
  677. // 前往个人信息绑定三合一界面
  678. uni.showModal({
  679. content: '请先绑定个人信息',
  680. success: function(res) {
  681. if (res.confirm) {
  682. if (that.account.length === 0) {
  683. uni.navigateTo({
  684. url: '/pages/tasksquare/bindinfo?platform_id=' +
  685. that
  686. .information.project_platform
  687. })
  688. } else {
  689. uni.navigateTo({
  690. url: '/pages/tasksquare/bindinfo?platform_id=' +
  691. that.information.project_platform +
  692. '&account_id=' +
  693. that.account[0].account_id
  694. })
  695. };
  696. } else if (res.cancel) {
  697. console.log('用户点击取消');
  698. }
  699. }
  700. });
  701. } else {
  702. var data = {
  703. projectid: that.projectid,
  704. information: that.information,
  705. account: that.account[0].account_id,
  706. },
  707. data = JSON.stringify(data)
  708. uni.navigateTo({
  709. url: '/pages/tasksquare/specialTask/information?textObj=' + encodeURIComponent(
  710. data)
  711. });
  712. }
  713. },
  714. toggle1(type) {
  715. this.type1 = type
  716. // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
  717. this.$refs.popup1.open(type)
  718. },
  719. cancel() {
  720. this.$refs.popup1.close()
  721. },
  722. // 更新账号
  723. Reset() {
  724. console.log("Reset func running")
  725. uni.navigateTo({
  726. url: '/pages/mycenter/myinformation/bindaccount?platform_id=' + this
  727. .information
  728. .project_platform + '&account_id=' + this.account[0].account_id,
  729. success(res) {
  730. console.log(res);
  731. },
  732. fail(err) {
  733. console.log(err);
  734. }
  735. });
  736. },
  737. //进入信息确认页面
  738. determine() {
  739. console.log(this.strategy_id)
  740. if (this.strategy_id === 0 || this.strategy === null) {
  741. uni.showToast({
  742. title: '请选择合作方式',
  743. icon: 'none',
  744. duration: 2000
  745. });
  746. } else if (this.account[0].fans_count < this.strategy.followers_low) {
  747. // 提示“粉丝量不符合报名条件”
  748. uni.showToast({
  749. title: '粉丝量不符合报名条件',
  750. icon: 'none',
  751. duration: 2000
  752. });
  753. } else if (this.strategy.fee_form === 3 && this.strategy.offer === 0) {
  754. console.log(this.strategy)
  755. uni.showToast({
  756. title: '请填写自报价金额',
  757. icon: 'none',
  758. duration: 2000
  759. });
  760. } else {
  761. this.$refs.popup.close()
  762. var data = {
  763. projectid: this.projectid,
  764. information: this.information,
  765. account: this.account[0].account_id,
  766. strategy: this.strategy,
  767. },
  768. data = JSON.stringify(data)
  769. console.log("data")
  770. console.log(data)
  771. uni.navigateTo({
  772. url: '/pages/tasksquare/information?textObj=' + encodeURIComponent(data)
  773. });
  774. }
  775. },
  776. beginCanvas() {
  777. this.$refs.mosoweCanvasComponents.createCanvas();
  778. },
  779. _canvasImage(e) {
  780. console.log("url", e)
  781. this.canvasUrl = e;
  782. },
  783. // 保存图片
  784. async saveImage() {
  785. let {
  786. canvasUrl
  787. } = this
  788. let res = await saveImageToPhotosAlbum(canvasUrl)
  789. if (!res.success) return
  790. showToast('保存成功')
  791. // this.$refs.popup2.close()
  792. },
  793. toggle2(type) {
  794. if (this.canvasUrl !== '') {
  795. this.type2 = type
  796. // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
  797. this.$refs.popup2.open(type)
  798. this.$refs.popup1.close()
  799. } else {
  800. this.beginCanvas()
  801. this.type2 = type
  802. // open 方法传入参数 等同在 uni-popup 组件上绑定 type属性
  803. this.$refs.popup2.open(type)
  804. this.$refs.popup1.close()
  805. }
  806. },
  807. }
  808. };
  809. </script>
  810. <style>
  811. /deep/ .share1 .uni-popup .uni-popup__wrapper {
  812. width: 300px !important;
  813. /* height: 500px !important; */
  814. display: flex;
  815. flex-direction: column;
  816. align-items: center;
  817. border-radius: 15rpx !important;
  818. }
  819. /deep/ .share.uni-popup .uni-popup__wrapper {
  820. width: 70%;
  821. border-radius: 15rpx;
  822. }
  823. </style>
  824. <style lang="scss" scoped>
  825. text {
  826. font-size: 28rpx;
  827. }
  828. #coop_box {
  829. // display: flex;
  830. margin-top: 15rpx;
  831. }
  832. #coop_box .coop_box_btn {
  833. display: flex;
  834. justify-content: center;
  835. align-items: center;
  836. width: 700rpx;
  837. // height: 50rpx;
  838. border: 2px solid #f9f9f9;
  839. border-radius: 15rpx;
  840. font-size: 30rpx;
  841. text-align: center;
  842. // line-height: 40px;
  843. cursor: pointer;
  844. }
  845. .borderColor {
  846. border: 2px solid #f7d43c !important;
  847. }
  848. .offer_input {
  849. width: 50rpx;
  850. border: 1px solid #cccccc;
  851. }
  852. .wvp {
  853. color: #b2b0b0;
  854. margin: 0 5rpx;
  855. }
  856. .wvp1 {
  857. padding: 0 30rpx;
  858. border-radius: 10rpx;
  859. margin: 0 10rpx;
  860. background-color: #f2d22d;
  861. border: 10rpx;
  862. }
  863. .my-canvas {
  864. position: fixed;
  865. top: -99999999999rpx;
  866. left: -99999999999rpx;
  867. z-index: -99999999999;
  868. opacity: 0;
  869. }
  870. .poster {
  871. width: 100vw;
  872. height: 100vh;
  873. display: flex;
  874. flex-flow: column nowrap;
  875. justify-content: center;
  876. overflow: hidden;
  877. }
  878. .container {
  879. padding: 40rpx;
  880. font-size: 28rpx;
  881. line-height: 48rpx;
  882. }
  883. .butmin {
  884. width: 30%;
  885. background-color: #f2d22d;
  886. border-radius: 20rpx;
  887. font-size: 36rpx;
  888. line-height: 2;
  889. }
  890. //视频轮播
  891. .full {
  892. position: relative;
  893. .btns {
  894. position: absolute;
  895. background-color: rgba(255, 255, 255, 0.5);
  896. z-index: 1;
  897. left: 100rpx;
  898. top: 50rpx;
  899. right: 100rpx;
  900. display: flex;
  901. justify-content: space-around;
  902. flex-wrap: wrap;
  903. >view {
  904. height: 60rpx;
  905. line-height: 60rpx;
  906. text-align: center;
  907. padding: 0 20rpx;
  908. }
  909. &.full {
  910. position: relative;
  911. left: 0;
  912. right: 0;
  913. >view {
  914. height: 60rpx;
  915. line-height: 60rpx;
  916. text-align: center;
  917. padding: 0 20rpx;
  918. background-color: rgba(0, 0, 0, 0.1);
  919. margin-bottom: 10rpx;
  920. }
  921. }
  922. }
  923. }
  924. //轮播图
  925. page {
  926. background-color: #fff;
  927. }
  928. .top-swiper {
  929. margin-bottom: 30rpx;
  930. .bg {
  931. padding-top: var(--status-bar-height);
  932. box-sizing: content-box;
  933. width: 100%;
  934. position: relative;
  935. .image {
  936. box-sizing: content-box;
  937. position: absolute;
  938. z-index: 1;
  939. top: 0;
  940. left: 0;
  941. width: 100%;
  942. height: 100%;
  943. overflow: hidden;
  944. &::after {
  945. content: '';
  946. position: absolute;
  947. width: 100%;
  948. height: 100%;
  949. z-index: 1;
  950. bottom: 0;
  951. left: 0;
  952. height: 65%;
  953. background-image: linear-gradient(to bottom, transparent, #FFF);
  954. }
  955. >image {
  956. position: absolute;
  957. box-sizing: content-box;
  958. padding: 60px;
  959. top: 0;
  960. left: 0;
  961. width: 100%;
  962. height: 80%;
  963. top: -60px;
  964. left: -60px;
  965. filter: blur(50px);
  966. }
  967. }
  968. }
  969. .box {
  970. padding-top: var(--status-bar-height);
  971. box-sizing: content-box;
  972. // position: absolute;
  973. z-index: 5;
  974. top: 0;
  975. left: 0;
  976. width: 100%;
  977. height: auto;
  978. }
  979. .swiper {
  980. height: 450rpx;
  981. margin: 0 20rpx;
  982. .le-img {
  983. width: 100%;
  984. height: 100%;
  985. display: block;
  986. transform: scale(0.8);
  987. transition: transform 0.3s ease-in-out 0s;
  988. border-radius: 4px;
  989. &.le-active {
  990. transform: scale(1);
  991. }
  992. }
  993. }
  994. }
  995. //其他的
  996. /deep/ .uni-data-checklist .checklist-group .checklist-box {
  997. border-radius: 20rpx !important;
  998. padding: 8rpx 30rpx !important;
  999. border: 0 !important;
  1000. }
  1001. /deep/ .uni-data-checklist .checklist-group .checklist-box .checklist-content .checklist-text {
  1002. font-size: 24rpx;
  1003. color: #333333;
  1004. }
  1005. /deep/ .mini-btn {
  1006. height: 45rpx;
  1007. width: 150rpx;
  1008. line-height: 45rpx;
  1009. margin: 30rpx;
  1010. }
  1011. .butto {
  1012. text-align: center;
  1013. }
  1014. .option {
  1015. padding: 20rpx;
  1016. }
  1017. //轮播图
  1018. .uni-margin-wrap {
  1019. width: 690rpx;
  1020. width: 100%;
  1021. }
  1022. .swiper {
  1023. height: 750rpx;
  1024. display: flex;
  1025. justify-content: center;
  1026. }
  1027. .swiper-item {
  1028. display: block;
  1029. width: 100%;
  1030. height: 750rpx;
  1031. line-height: 750rpx;
  1032. text-align: center;
  1033. }
  1034. .swiper-list {
  1035. margin-bottom: 0;
  1036. }
  1037. .uni-common-mt {
  1038. margin-top: 60rpx;
  1039. position: relative;
  1040. }
  1041. .info {
  1042. position: absolute;
  1043. right: 20rpx;
  1044. }
  1045. .uni-padding-wrap {
  1046. width: 550rpx;
  1047. padding: 0 100rpx;
  1048. }
  1049. .Tasktext {
  1050. // padding-top: 5% ;
  1051. padding: 0 0 0 1%;
  1052. // height: 80rpx;
  1053. margin-top: 2%;
  1054. }
  1055. .Tasktext span {
  1056. color: #333333;
  1057. font-size: 100%;
  1058. font-weight: 550;
  1059. text-indent: 2em;
  1060. }
  1061. .Tasktext image {
  1062. vertical-align: middle;
  1063. width: 50rpx;
  1064. height: 50rpx;
  1065. display: inline-block;
  1066. padding-right: 14rpx;
  1067. }
  1068. .TitleText {
  1069. height: 30rpx;
  1070. background-color: #FDD442;
  1071. border-radius: 20rpx;
  1072. display: inline-block;
  1073. padding: 0rpx 20rpx 0rpx 20rpx;
  1074. line-height: 30rpx;
  1075. margin-right: 20rpx;
  1076. margin-top: 6%;
  1077. }
  1078. .TitleText p {
  1079. color: #C49A0A;
  1080. font-size: 50%;
  1081. }
  1082. .introduction {
  1083. width: 100%;
  1084. margin: 0 auto;
  1085. display: flex;
  1086. // justify-content: space-around;
  1087. margin-top: 2%;
  1088. }
  1089. .rleft p {
  1090. font-size: 24rpx;
  1091. color: #999999;
  1092. }
  1093. .rright p {
  1094. font-size: 24rpx;
  1095. color: #999999;
  1096. }
  1097. .tasks {
  1098. width: 100%;
  1099. margin: 0 auto;
  1100. display: flex;
  1101. justify-content: space-around;
  1102. margin-top: 5%;
  1103. }
  1104. .title-left {
  1105. width: 6rpx;
  1106. height: 80rpx;
  1107. background: #E2E2E2;
  1108. display: inline-block;
  1109. border-radius: 1rpx;
  1110. margin-top: 4rpx;
  1111. vertical-align: top;
  1112. }
  1113. .tasksleft p {
  1114. font-size: 30rpx;
  1115. text-align: center;
  1116. }
  1117. .tasksright p {
  1118. font-size: 30rpx;
  1119. text-align: center;
  1120. }
  1121. .interval {
  1122. width: 100%;
  1123. height: 40rpx;
  1124. background-color: #E4E4E4;
  1125. margin-top: 5%;
  1126. }
  1127. .circularmark {
  1128. margin: 2% auto;
  1129. width: 26%;
  1130. padding: 10rpx;
  1131. background-color: #f2d22d;
  1132. border-radius: 10rpx;
  1133. position: relative;
  1134. }
  1135. .circularmark p {
  1136. font-size: 85%;
  1137. text-align: center;
  1138. font-weight: 800;
  1139. }
  1140. .circularmark image {
  1141. width: 60rpx;
  1142. height: 68rpx;
  1143. position: absolute;
  1144. top: -30%;
  1145. left: -10%;
  1146. }
  1147. .btnn {
  1148. background-color: #3296FA;
  1149. border-radius: 20rpx;
  1150. font-size: 25rpx;
  1151. line-height: 34rpx;
  1152. }
  1153. .markcontent {
  1154. // width: 100%;
  1155. // background-color: #E4E4E4;
  1156. margin: 0 30rpx;
  1157. border-radius: 20rpx;
  1158. padding-top: 2%;
  1159. padding-bottom: 2%;
  1160. }
  1161. .markcontent p {
  1162. font-size: 24rpx;
  1163. // color: #333333;
  1164. // margin: 3% ;
  1165. }
  1166. .markcontent span {
  1167. font-size: 24rpx;
  1168. // color: #333333;
  1169. // margin: 3% ;
  1170. }
  1171. .interval2 {
  1172. width: 100%;
  1173. height: 100rpx;
  1174. background-color: #E4E4E4;
  1175. margin-top: 5%;
  1176. }
  1177. .markcontent1 {
  1178. width: 100%;
  1179. border-radius: 20rpx;
  1180. padding-top: 2%;
  1181. padding-bottom: 2%;
  1182. }
  1183. .markcontent1 p {
  1184. font-size: 24rpx;
  1185. // color: #333333;
  1186. // margin: 3% ;
  1187. text-indent: 2em;
  1188. }
  1189. .trademark {
  1190. width: 120rpx;
  1191. height: 120rpx;
  1192. border-radius: 50%;
  1193. background-color: #f2d22d;
  1194. margin: 0 auto;
  1195. }
  1196. .trademark image {
  1197. width: 100%;
  1198. height: 100%;
  1199. }
  1200. .diagram {
  1201. width: 100%;
  1202. // height: 1000rpx;
  1203. }
  1204. .diagram image {
  1205. width: 100%;
  1206. // height: 100% ;
  1207. }
  1208. .but1 {
  1209. width: 60%;
  1210. background-color: #f2d22d;
  1211. border-radius: 20rpx;
  1212. font-size: 36rpx;
  1213. line-height: 200%;
  1214. letter-spacing: 10rpx;
  1215. font-weight: 500;
  1216. height: 80%;
  1217. &.on {
  1218. background-color: #C0C0C0;
  1219. }
  1220. }
  1221. /** 必须提升样式优先权(!important) **/
  1222. button[disabled] {
  1223. width: 60%;
  1224. border-radius: 20rpx;
  1225. font-size: 36rpx;
  1226. line-height: 200%;
  1227. letter-spacing: 10rpx;
  1228. font-weight: 500;
  1229. height: 80%;
  1230. color: white !important;
  1231. background: #c4c1c1 !important;
  1232. }
  1233. .but2 {
  1234. width: 25%;
  1235. background-color: #FFFFFF;
  1236. border: 2rpx solid #f2d22d;
  1237. border-radius: 20rpx;
  1238. font-size: 36rpx;
  1239. line-height: 180%;
  1240. letter-spacing: 10rpx;
  1241. font-weight: 500;
  1242. position: relative;
  1243. text-indent: 0.5em;
  1244. height: 80%;
  1245. }
  1246. .but2 image {
  1247. width: 19%;
  1248. height: 56%;
  1249. position: absolute;
  1250. left: 9%;
  1251. top: 21%;
  1252. }
  1253. .signup {
  1254. box-shadow: 0rpx 5rpx 40rpx #ccc;
  1255. width: 100%;
  1256. position: fixed;
  1257. bottom: 0rpx;
  1258. display: flex;
  1259. height: 90rpx;
  1260. padding-top: 2%;
  1261. background-color: #FFFFFF;
  1262. }
  1263. .pick {
  1264. width: 50rpx;
  1265. height: 50rpx;
  1266. vertical-align: middle;
  1267. }
  1268. .nex {
  1269. width: 100rpx;
  1270. height: 20rpx;
  1271. vertical-align: middle;
  1272. }
  1273. .sampledrawing {
  1274. display: flex;
  1275. width: 96%;
  1276. margin: 0 auto;
  1277. }
  1278. .samplecharacter {
  1279. flex: 1;
  1280. margin-top: 2%;
  1281. }
  1282. .samplecharacter p {
  1283. padding: 1%;
  1284. }
  1285. /deep/.uni-popup__content {
  1286. background-color: #4CD964;
  1287. border-radius: 20rpx !important;
  1288. }
  1289. /deep/.uni-popup__mask {
  1290. background: rgba(0, 0, 0, 0.5) !important;
  1291. }
  1292. .butto {
  1293. text-align: center;
  1294. }
  1295. /deep/ .mini-btn {
  1296. height: 70rpx;
  1297. width: 300rpx;
  1298. line-height: 70rpx;
  1299. margin: 10rpx;
  1300. font-size: 80%;
  1301. box-shadow: 0rpx 0rpx 0rpx 5rpx #f2d22d;
  1302. border: 0rpx solid #f2d22d !important;
  1303. }
  1304. /deep/ .uni-data-checklist .checklist-group .checklist-box.is--tag {
  1305. background-color: #FFFFFF !important;
  1306. box-shadow: 0rpx 0rpx 6rpx 0rpx #464100;
  1307. border-radius: 10rpx !important;
  1308. }
  1309. /deep/ .uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked {
  1310. background-color: #f2d22d !important;
  1311. }
  1312. /deep/.uni-data-checklist .checklist-group .checklist-box.is--tag.is-checked .checklist-text {
  1313. color: #333333 !important;
  1314. }
  1315. /deep/.buu .uni-data-checklist .checklist-group {
  1316. flex-direction: column !important;
  1317. }
  1318. .surplus p {
  1319. margin-bottom: 17%;
  1320. margin-top: 8%;
  1321. font-size: 80%;
  1322. }
  1323. .circular {
  1324. width: 120rpx;
  1325. height: 120rpx;
  1326. border-radius: 50%;
  1327. background-color: #28EA71;
  1328. margin: 0 auto;
  1329. }
  1330. .circular image {
  1331. width: 60%;
  1332. height: 60%;
  1333. padding: 20%;
  1334. }
  1335. .tii {
  1336. text-align: center;
  1337. font-size: 26rpx;
  1338. margin-top: 2%;
  1339. }
  1340. .tii2 {
  1341. text-align: center;
  1342. font-size: 26rpx;
  1343. margin-top: 2%;
  1344. background-color: #FFFFFF;
  1345. }
  1346. .errar {
  1347. background-color: #FFFFFF;
  1348. }
  1349. .sharepage {
  1350. width: 90%;
  1351. margin: 0 auto;
  1352. position: relative;
  1353. }
  1354. .Tasktext1 {
  1355. // padding-top: 5% ;
  1356. padding: 0 0 0 1%;
  1357. height: 80rpx;
  1358. margin-top: 7%;
  1359. text-align: center;
  1360. }
  1361. .Tasktext1 span {
  1362. color: #333333;
  1363. font-size: 100%;
  1364. font-weight: 550;
  1365. text-indent: 2em;
  1366. }
  1367. .Tasktext1 image {
  1368. vertical-align: middle;
  1369. width: 80rpx;
  1370. height: 80rpx;
  1371. display: inline-block;
  1372. padding-right: 14rpx;
  1373. }
  1374. .sharemap {
  1375. margin: 0 auto;
  1376. text-align: center;
  1377. margin-top: 5%;
  1378. }
  1379. .sharemap image {
  1380. width: 400rpx;
  1381. height: 400rpx;
  1382. }
  1383. .Tasktext2 {
  1384. // padding-top: 5% ;
  1385. padding: 0 0 0 1%;
  1386. // height: 80rpx;
  1387. margin-top: 2%;
  1388. // text-align: center;
  1389. }
  1390. .Tasktext2 span {
  1391. color: #333333;
  1392. font-size: 88%;
  1393. font-weight: 600;
  1394. text-indent: 2em;
  1395. }
  1396. .Tasktext2 image {
  1397. vertical-align: middle;
  1398. width: 30rpx;
  1399. height: 30rpx;
  1400. display: inline-block;
  1401. padding-right: 14rpx;
  1402. }
  1403. .textti p {
  1404. font-size: 60%;
  1405. color: #999999;
  1406. text-align: center;
  1407. }
  1408. .immg image {
  1409. width: 200rpx;
  1410. height: 200rpx;
  1411. }
  1412. .immg {
  1413. line-height: 150%;
  1414. }
  1415. .immg p {
  1416. color: #333333;
  1417. font-size: 90%;
  1418. font-weight: 600;
  1419. }
  1420. .warr p {
  1421. font-weight: 500;
  1422. font-size: 90%;
  1423. &.lor {
  1424. border-bottom: 2rpx solid #f2d22d;
  1425. }
  1426. }
  1427. .label {
  1428. // font-weight: 600;
  1429. width: 130rpx;
  1430. }
  1431. </style>