specialTaskDetail.vue 33 KB

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