taskdetail.vue 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239
  1. <template>
  2. <view>
  3. <mvBar :mysNavConfig="mysNavConfig"></mvBar>
  4. <view :style="{marginTop:navH}"></view>
  5. <view v-if="!loading">
  6. <view style="padding-bottom: 30rpx;margin: 0 30rpx">
  7. <view style="display: flex;justify-content: center;font-size: 44rpx;padding-bottom: 20rpx;">
  8. <p>{{msg1}}</p>
  9. <view class="upload-btn" v-if="isShowUpload" @click="toUpload()" key="0">
  10. <image src="../../static/img/icon-upload.png" style="height: 40rpx;width: 40rpx;"></image>
  11. <p style="font-size: 28rpx;">快速上传</p>
  12. </view>
  13. </view>
  14. <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center">
  15. <p>{{msg2}}</p>
  16. </view>
  17. <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center"
  18. v-if="msg3 != ''">
  19. <p>{{msg3}}</p>
  20. </view>
  21. </view>
  22. <view style="display: flex;justify-content: center;align-items: center;"
  23. v-if="isShowUpload && !isSpecial && !isTimeOut" key="1">
  24. <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time.png"></image>
  25. <p style="font-size: 30rpx;color: #f2d241;">剩余时间:{{timeLeft}}</p>
  26. </view>
  27. <view style="display: flex;justify-content: center;align-items: center;"
  28. v-if="isShowUpload && !isSpecial && isTimeOut" key="2">
  29. <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time2.png"></image>
  30. <p style="font-size: 30rpx;color: #f70c0c;">超时:{{timeLeft}}</p>
  31. </view>
  32. <view class="address">
  33. <view class="address_icon">
  34. <image style="width: 50rpx;height: 50rpx;" :src="picture.icon_loc" mode="">
  35. </image>
  36. </view>
  37. <view style="width: 70%;">
  38. <view style="display: flex;">
  39. <p class='ipon' style="padding-right: 100rpx;">{{address.receiver_name}}</p>
  40. <p class='ipon'>{{address.phone_number}}</p>
  41. </view>
  42. <p class='ipon'>{{address.full_detail_addr}}</p>
  43. </view>
  44. <view class="address_edit" @click="editAddress()" v-if="task.task_stage < 4">
  45. <image :src="picture.icon_edit" mode="">
  46. </image>
  47. </view>
  48. </view>
  49. <view class="basicInfo">
  50. <view class="tpc-txt1">
  51. <image :src="product.PhotoUrl" style="width: 150rpx;height: 150rpx;" mode="">
  52. </image>
  53. <view class="basicInfo_txt">
  54. <p style="font-size: 30rpx;">{{project.project_name}}</p>
  55. </view>
  56. </view>
  57. <view class="tpc-txt2" @click="toTaskDeatail()">
  58. <p>查看</p>
  59. <image class="tpc-icon" :src="picture.icon_right"></image>
  60. </view>
  61. </view>
  62. <view class="pipline" v-if="!isSpecial">
  63. <image :src="picture.icon_whole_pipline"></image>
  64. </view>
  65. <view class="pipline" v-else>
  66. <image :src="picture.icon_special_pipline"></image>
  67. </view>
  68. <view class="task-progress">
  69. <view class="task-progress-card" v-bind:style="task.task_stage == 1 ? 'background-color: #f2d241' : ''">
  70. <view class="tpc-txt1">
  71. <p>报名信息</p>
  72. </view>
  73. <view class="tpc-txt2" @click="toApplyinfo()">
  74. <p>查看</p>
  75. <image class="tpc-icon" :src="picture.icon_right"></image>
  76. </view>
  77. </view>
  78. <view class="task-progress-card"
  79. v-if="(task.task_stage >= 5 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.logistics_status >= 2)"
  80. v-bind:style="task.task_stage >= 5 && task.task_stage <= 6 ? 'background-color: #f2d241' : ''">
  81. <view class="tpc-txt1">
  82. <p>物流信息</p>
  83. </view>
  84. <view class="tpc-txt2" @click="toLogisticsinfo()">
  85. <p>查看</p>
  86. <image class="tpc-icon" :src="picture.icon_right"></image>
  87. </view>
  88. </view>
  89. <view class="task-progress-card"
  90. v-if="project.content_type == 2 && ((task.task_stage >= 7 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.script_status == 5))"
  91. v-bind:style="task.task_stage >= 7 && task.task_stage <= 8 ? 'background-color: #f2d241' : ''">
  92. <view class="tpc-txt1">
  93. <p>上传拍摄脚本</p>
  94. </view>
  95. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 1">
  96. <p style="color: red;">待添加</p>
  97. <image class="tpc-icon" :src="picture.icon_right"></image>
  98. </view>
  99. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 2">
  100. <p style="color: #fff;">已添加</p>
  101. <image class="tpc-icon" :src="picture.icon_right"></image>
  102. </view>
  103. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 3">
  104. <p style="color: red;">待修改</p>
  105. <image class="tpc-icon" :src="picture.icon_right"></image>
  106. </view>
  107. <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 4">
  108. <p style="color: #fff;">已修改</p>
  109. <image class="tpc-icon" :src="picture.icon_right"></image>
  110. </view>
  111. <view class="tpc-txt2" @click="toScriptRecord()" v-if="task.script_status == 5">
  112. <p>查看</p>
  113. <image class="tpc-icon" :src="picture.icon_right"></image>
  114. </view>
  115. </view>
  116. <view class="task-progress-card"
  117. v-if="(task.task_stage >= 9 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.sketch_status == 5)"
  118. v-bind:style="task.task_stage >= 9 && task.task_stage <= 10 ? 'background-color: #f2d241' : ''">
  119. <view class="tpc-txt1">
  120. <p>上传初稿</p>
  121. </view>
  122. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 1">
  123. <p style="color: red;">待添加</p>
  124. <image class="tpc-icon" :src="picture.icon_right"></image>
  125. </view>
  126. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 2">
  127. <p style="color: #fff;">已添加</p>
  128. <image class="tpc-icon" :src="picture.icon_right"></image>
  129. </view>
  130. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 3">
  131. <p style="color: red;">待修改</p>
  132. <image class="tpc-icon" :src="picture.icon_right"></image>
  133. </view>
  134. <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 4">
  135. <p style="color: #fff;">已修改</p>
  136. <image class="tpc-icon" :src="picture.icon_right"></image>
  137. </view>
  138. <view class="tpc-txt2" @click="toSketchRecord()" v-if="task.sketch_status == 5">
  139. <p>查看</p>
  140. <image class="tpc-icon" :src="picture.icon_right"></image>
  141. </view>
  142. </view>
  143. <view class="task-progress-card"
  144. v-if="(task.task_stage >= 11 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.link_status == 5)"
  145. v-bind:style="task.task_stage >= 11 && task.task_stage <= 12 ? 'background-color: #f2d241' : ''">
  146. <view class="tpc-txt1">
  147. <p>上传链接</p>
  148. </view>
  149. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 1">
  150. <p style="color: red;">待添加</p>
  151. <image class="tpc-icon" :src="picture.icon_right"></image>
  152. </view>
  153. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 2">
  154. <p style="color: #fff;">已添加</p>
  155. <image class="tpc-icon" :src="picture.icon_right"></image>
  156. </view>
  157. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 3">
  158. <p style="color: red;">待修改</p>
  159. <image class="tpc-icon" :src="picture.icon_right"></image>
  160. </view>
  161. <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 4">
  162. <p style="color: #fff;">已修改</p>
  163. <image class="tpc-icon" :src="picture.icon_right"></image>
  164. </view>
  165. <view class="tpc-txt2" @click="toLinkRecord()" v-if="task.link_status == 5">
  166. <p>查看</p>
  167. <image class="tpc-icon" :src="picture.icon_right"></image>
  168. </view>
  169. </view>
  170. <view class="task-progress-card"
  171. v-if="(task.task_stage >= 13 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.data_status == 5)"
  172. v-bind:style="task.task_stage >= 13 && task.task_stage <= 14 ? 'background-color: #f2d241' : ''">
  173. <view class="tpc-txt1">
  174. <p>上传数据</p>
  175. </view>
  176. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 1">
  177. <p style="color: red;">待添加</p>
  178. <image class="tpc-icon" :src="picture.icon_right"></image>
  179. </view>
  180. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 2">
  181. <p style="color: #fff;">已添加</p>
  182. <image class="tpc-icon" :src="picture.icon_right"></image>
  183. </view>
  184. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 3">
  185. <p style="color: red;">待修改</p>
  186. <image class="tpc-icon" :src="picture.icon_right"></image>
  187. </view>
  188. <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 4">
  189. <p style="color: #fff;">已修改</p>
  190. <image class="tpc-icon" :src="picture.icon_right"></image>
  191. </view>
  192. <view class="tpc-txt2" @click="toDataRecord()" v-if="task.data_status == 5">
  193. <p>查看</p>
  194. <image class="tpc-icon" :src="picture.icon_right"></image>
  195. </view>
  196. </view>
  197. <view class="task-progress-card" v-if="task.task_stage === 15" style="background-color: #f2d241">
  198. <view class="tpc-txt1">
  199. <p>已结案</p>
  200. </view>
  201. <view class="tpc-txt2" v-if="withdrawStatus == 1">
  202. <!-- <p>前往提现</p>
  203. <image class="tpc-icon" :src="picture.icon_right"></image> -->
  204. </view>
  205. <view class="tpc-txt2" @click="toWithdraw()" v-if="withdrawStatus == 2">
  206. <p>前往提现</p>
  207. <image class="tpc-icon" :src="picture.icon_right"></image>
  208. </view>
  209. <view class="tpc-txt2" v-if="withdrawStatus == 3">
  210. <p>提现中</p>
  211. <image class="tpc-icon" :src="picture.icon_right"></image>
  212. </view>
  213. <view class="tpc-txt2" v-if="withdrawStatus == 4">
  214. <p>已提现</p>
  215. <image class="tpc-icon" :src="picture.icon_right"></image>
  216. </view>
  217. </view>
  218. <view class="task-progress-info">
  219. <view style="padding: 10rpx 0;">
  220. <p>任务ID:{{task.task_id}}
  221. <image :src="picture.icon_copy" mode="" class="copy-img"
  222. @click="handleCopy(task.task_id)" />
  223. </p>
  224. </view>
  225. <view style="padding: 10rpx 0;">
  226. <p>报名时间:{{task.create_date}}</p>
  227. </view>
  228. <view v-if="task.task_stage > 1 && task.task_stage != 3" style="padding: 10rpx 0;">
  229. <p>确认合作:{{task.select_date}}</p>
  230. </view>
  231. <view v-for="(item,index) in taskLogs" style="padding: 10rpx 0;">
  232. <p>{{item.content}}:{{item.log_at}}</p>
  233. </view>
  234. </view>
  235. </view>
  236. <view class="block"></view>
  237. <view class="submit" v-if="task.task_stage === 15 && withdrawStatus == 2">
  238. <button type="default" class="submit_btn" @click="toWithdraw()">
  239. 前往提现</button>
  240. </view>
  241. </view>
  242. </view>
  243. </template>
  244. <script>
  245. import region from '@/components/pca-code.json';
  246. import mvBar from "@/components/mys_navBar/mysNavBar";
  247. import {
  248. fansview,
  249. money
  250. } from '@/components/utils.js';
  251. export default {
  252. components: {
  253. mvBar
  254. },
  255. data() {
  256. return {
  257. navH: getApp().globalData.navHeight,
  258. picture: getApp().globalData.picture,
  259. isTimeOut: false,
  260. isNotShowSubmit: true,
  261. isShowUpload: false,
  262. loading: true,
  263. isSpecial: false,
  264. timeLeft: "",
  265. msg1: "",
  266. msg2: "",
  267. msg3: "",
  268. infoMsg1: [
  269. "等待企业确认合作",
  270. "恭喜任务申请成功!",
  271. "任务申请失败",
  272. "等待发货中",
  273. "商家已发货",
  274. "商品已签收",
  275. "等待上传拍摄脚本",
  276. "等待脚本审核",
  277. "等待上传初稿",
  278. "等待初稿审核",
  279. "等待上传链接",
  280. "等待链接审核",
  281. "等待上传作品数据",
  282. "等待数据审核",
  283. "已结案",
  284. "任务终止",
  285. ],
  286. infoMsg2: [
  287. "商家将在申请截止后5天内审核完毕",
  288. "请仔细查看任务要求和任务详情,开始执行任务吧!",
  289. "账号未达到入选标准,请小主尝试申请其他任务吧",
  290. "发货后可在物流信息中查看物流单号/虚拟产品兑换码/探店时间",
  291. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  292. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  293. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  294. "商家正在审核脚本,请耐心等待。",
  295. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  296. "商家正在审核初稿,请耐心等待。",
  297. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  298. "商家正在审核链接,请耐心等待。",
  299. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  300. "商家正在审核数据,请耐心等待。",
  301. "本任务已结案,可申请佣金提现。",
  302. "长时间未上传,任务已终止。",
  303. ],
  304. infoMsg3: [
  305. "企业将在5个工作日内完成核对账号信息,请耐心等待",
  306. "请仔细查看任务要求和任务详情,开始执行任务吧!",
  307. "账号非企业定向邀请账号,请小主尝试申请其他任务吧",
  308. "发货后可在物流信息中查看物流单号/虚拟产品兑换码/探店时间",
  309. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  310. "请在物流进度中查看物流单号/虚拟产品兑换码/探店时间",
  311. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  312. "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
  313. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  314. "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
  315. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  316. "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
  317. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  318. "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
  319. "本任务已结案,可前往任务大厅查看报名其他任务。",
  320. "长时间未上传,任务已终止。",
  321. ],
  322. platform: [
  323. "红book",
  324. "抖音",
  325. "微博",
  326. "快手",
  327. "B站",
  328. "大众点评",
  329. "知乎",
  330. ],
  331. task: {},
  332. address: {},
  333. project: {},
  334. product: {},
  335. account: {},
  336. strategy: {},
  337. task_type_info: ["实体商品寄拍", "虚拟产品测评", "线下探店打卡"],
  338. taskLogs: [],
  339. mysNavConfig: {
  340. isHome: false,
  341. /* 固定导航 */
  342. navFixed: true,
  343. /* 标题 (屏幕中心居中 两边图标中心居中使用slot center1) */
  344. navTitle: {
  345. text: "种草任务详情",
  346. color: "",
  347. fontSize: "32rpx", // px upx rpx
  348. fontWeight: "", // 100 - 700
  349. },
  350. btnType: "type2",
  351. onLeftClick: '',
  352. /* type2 按钮 */
  353. type2Config: {
  354. // 左图标
  355. leftPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png2.png",
  356. // 右图标
  357. rightPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png4.png",
  358. // 圆角
  359. radius: "40rpx",
  360. },
  361. },
  362. withdrawStatus: 1,
  363. }
  364. },
  365. async onShow() {
  366. this.loading = true;
  367. uni.showLoading({
  368. title: '加载中'
  369. });
  370. await this.getTaskInfo();
  371. await this.getTaskLogs();
  372. if (!this.isSpecial) {
  373. this.getLeftTime();
  374. } else {
  375. this.loading = false;
  376. uni.hideLoading();
  377. }
  378. },
  379. onLoad(options) {
  380. this.taskId = options.taskId
  381. },
  382. methods: {
  383. handleCopy(text) {
  384. wx.setClipboardData({
  385. data: text.toString(),
  386. success: function(res) {
  387. console.log("复制成功");
  388. }
  389. });
  390. },
  391. async getLeftTime(value) {
  392. switch (this.task.task_stage) {
  393. case 7:
  394. // 首次提交
  395. if (this.task.script_status === 1 || this.task.script_status === 2) {
  396. let logistics = null;
  397. await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
  398. "?" +
  399. "task_id" +
  400. "=" +
  401. this.taskId
  402. ).then(res => {
  403. logistics = res.data.data
  404. })
  405. if (logistics.auto_script_break_at !== null && logistics.auto_script_break_at !== "") {
  406. this.timeLeft = this.thistime(logistics.auto_script_break_at)
  407. } else {
  408. // 为脚本违约限制时间赋值并返回
  409. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  410. task_id: this.taskId,
  411. type: 1,
  412. }).then(res => {
  413. this.timeLeft = this.thistime(res.data.data)
  414. })
  415. }
  416. } else if (this.task.script_status === 3 || this.task.script_status === 4) {
  417. let scriptList = null;
  418. let script = null;
  419. await this.$https.get('/youngee/c/t/g/get-task-script' +
  420. "?" +
  421. "task_id" +
  422. "=" +
  423. this.taskId)
  424. .then(res => {
  425. scriptList = res.data.data
  426. for (let i = 0; i < scriptList.length; ++i) {
  427. if (scriptList[i].is_review === 1) {
  428. script = scriptList[i]
  429. }
  430. }
  431. })
  432. if (script.auto_script_break_at !== null && script.auto_script_break_at !== "") {
  433. this.timeLeft = this.thistime(script.auto_script_break_at)
  434. } else {
  435. // 为脚本违约限制时间赋值并返回
  436. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  437. task_id: this.taskId,
  438. type: 2,
  439. }).then(res => {
  440. this.timeLeft = this.thistime(res.data.data)
  441. })
  442. }
  443. }
  444. this.msg1 = this.isTimeOut ? "脚本上传违约" : this.msg1
  445. break;
  446. case 9:
  447. // 首次提交
  448. if (this.task.sketch_status === 1 || this.task.sketch_status === 2) {
  449. if (this.project.content_type === 1) {
  450. let logistics = null;
  451. await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
  452. "?" +
  453. "task_id" +
  454. "=" +
  455. this.taskId
  456. ).then(res => {
  457. logistics = res.data.data
  458. })
  459. if (logistics.auto_sketch_break_at !== null && logistics.auto_sketch_break_at !== "") {
  460. this.timeLeft = this.thistime(logistics.auto_sketch_break_at)
  461. } else {
  462. // 为初稿违约限制时间赋值并返回
  463. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  464. task_id: this.taskId,
  465. type: 4,
  466. }).then(res => {
  467. this.timeLeft = this.thistime(res.data.data)
  468. })
  469. }
  470. } else {
  471. let scriptList = null;
  472. await this.$https.get('/youngee/c/t/g/get-task-script' +
  473. "?" +
  474. "task_id" +
  475. "=" +
  476. this.taskId)
  477. .then(res => {
  478. scriptList = res.data.data
  479. })
  480. for (let i = 0; i < scriptList.length; ++i) {
  481. if (scriptList[i].is_ok === 1) {
  482. if (scriptList[i].auto_sketch_break_at !== null && scriptList[i]
  483. .auto_sketch_break_at !== "") {
  484. this.timeLeft = this.thistime(scriptList[i].auto_sketch_break_at)
  485. } else {
  486. // 为初稿违约限制时间赋值并返回
  487. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  488. task_id: this.taskId,
  489. type: 3,
  490. }).then(res => {
  491. this.timeLeft = this.thistime(res.data.data)
  492. })
  493. }
  494. }
  495. }
  496. }
  497. } else if (this.task.sketch_status === 3 || this.task.sketch_status === 4) { //修改
  498. let sketchList = null;
  499. let sketch = null;
  500. await this.$https.get('/youngee/c/t/g/get-task-sketch' +
  501. "?" +
  502. "task_id" +
  503. "=" +
  504. this.taskId)
  505. .then(res => {
  506. sketchList = res.data.data
  507. for (let i = 0; i < sketchList.length; ++i) {
  508. if (sketchList[i].is_review === 1) {
  509. sketch = sketchList[i]
  510. }
  511. }
  512. })
  513. if (sketch.auto_sketch_break_at !== null && sketch.auto_sketch_break_at !== "") {
  514. this.timeLeft = this.thistime(sketch.auto_sketch_break_at)
  515. } else {
  516. // 为脚本违约限制时间赋值并返回
  517. let type = this.project.content_type === 1 ? 6 : 5;
  518. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  519. task_id: this.taskId,
  520. type: type,
  521. }).then(res => {
  522. this.timeLeft = this.thistime(res.data.data)
  523. })
  524. }
  525. }
  526. this.msg1 = this.isTimeOut ? "初稿上传违约" : this.msg1
  527. break;
  528. case 11:
  529. // 首次提交
  530. if (this.task.link_status === 1 || this.task.link_status === 2) {
  531. let sketchList = null;
  532. await this.$https.get('/youngee/c/t/g/get-task-sketch' +
  533. "?" +
  534. "task_id" +
  535. "=" +
  536. this.taskId)
  537. .then(res => {
  538. sketchList = res.data.data
  539. })
  540. for (let i = 0; i < sketchList.length; ++i) {
  541. if (sketchList[i].is_ok === 1) {
  542. if (sketchList[i].auto_link_break_at !== null && sketchList[i]
  543. .auto_link_break_at !== "") {
  544. this.timeLeft = this.thistime(sketchList[i].auto_link_break_at)
  545. } else {
  546. // 为链接违约限制时间赋值并返回
  547. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  548. task_id: this.taskId,
  549. type: 7,
  550. }).then(res => {
  551. this.timeLeft = this.thistime(res.data.data)
  552. })
  553. }
  554. }
  555. }
  556. } else if (this.task.link_status === 3 || this.task.link_status === 4) {
  557. let linkList = null;
  558. let link = null;
  559. await this.$https.get('/youngee/c/t/g/get-task-link' +
  560. "?" +
  561. "task_id" +
  562. "=" +
  563. this.taskId)
  564. .then(res => {
  565. linkList = res.data.data
  566. for (let i = 0; i < linkList.length; ++i) {
  567. if (linkList[i].is_review === 1) {
  568. link = linkList[i]
  569. }
  570. }
  571. })
  572. if (link.auto_link_break_at !== null && link.auto_link_break_at !== "") {
  573. this.timeLeft = this.thistime(link.auto_link_break_at)
  574. } else {
  575. // 为脚本违约限制时间赋值并返回
  576. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  577. task_id: this.taskId,
  578. type: 8,
  579. }).then(res => {
  580. this.timeLeft = this.thistime(res.data.data)
  581. })
  582. }
  583. }
  584. this.msg1 = this.isTimeOut ? "链接上传违约" : this.msg1
  585. break;
  586. case 13:
  587. // 首次提交
  588. if (this.task.data_status === 1 || this.task.data_status === 2) {
  589. let linkList = null;
  590. await this.$https.get('/youngee/c/t/g/get-task-link' +
  591. "?" +
  592. "task_id" +
  593. "=" +
  594. this.taskId)
  595. .then(res => {
  596. linkList = res.data.data
  597. })
  598. for (let i = 0; i < linkList.length; ++i) {
  599. if (linkList[i].is_ok === 1) {
  600. if (linkList[i].auto_data_break_at !== null && linkList[i].auto_data_break_at !==
  601. "") {
  602. this.timeLeft = this.thistime(linkList[i].auto_data_break_at)
  603. } else {
  604. // 为数据违约限制时间赋值并返回
  605. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  606. task_id: this.taskId,
  607. type: 9,
  608. }).then(res => {
  609. this.timeLeft = this.thistime(res.data.data)
  610. })
  611. }
  612. }
  613. }
  614. } else if (this.task.data_status === 3 || this.task.data_status === 4) {
  615. let dataList = null;
  616. let data = null;
  617. await this.$https.get('/youngee/c/t/g/get-task-data' +
  618. "?" +
  619. "task_id" +
  620. "=" +
  621. this.taskId)
  622. .then(res => {
  623. dataList = res.data.data
  624. for (let i = 0; i < dataList.length; ++i) {
  625. if (dataList[i].is_review === 1) {
  626. data = dataList[i]
  627. }
  628. }
  629. })
  630. if (data.auto_data_break_at !== null && data.auto_data_break_at !== "") {
  631. this.timeLeft = this.thistime(data.auto_data_break_at)
  632. } else {
  633. // 为脚本违约限制时间赋值并返回
  634. await this.$https.post('/youngee/c/t/p/get-auto-time', {
  635. task_id: this.taskId,
  636. type: 10,
  637. }).then(res => {
  638. this.timeLeft = this.thistime(res.data.data)
  639. })
  640. }
  641. }
  642. this.msg1 = this.isTimeOut ? "数据上传违约" : this.msg1
  643. break;
  644. default:
  645. break;
  646. }
  647. this.loading = false;
  648. uni.hideLoading();
  649. },
  650. getTaskInfo() {
  651. return this.$https.get('/youngee/c/t/g/get-task-detail' +
  652. "?" +
  653. "task_id" +
  654. "=" +
  655. this.taskId
  656. ).then(res => {
  657. if (res.data.code != 0) return
  658. const data = res.data.data
  659. this.task = data.task_info
  660. this.withdrawStatus = data.withdraw_status
  661. this.address = JSON.parse(res.data.data.task_info.talent_post_addr_snap);
  662. let a = this.address.region_code.toString().slice(0, 2)
  663. let b = this.address.region_code.toString().slice(0, 4)
  664. let c = 0
  665. for (var i = 0; i < region.length; i++) {
  666. if (region[i].code == a) {
  667. a = region[i].name
  668. for (var j = 0; j < region[i].children.length; j++) {
  669. if (region[i].children[j].code == b) {
  670. b = region[i].children[j].name
  671. for (var o = 0; o < region[i].children[j].children.length; o++) {
  672. if (region[i].children[j].children[o].code == this.address
  673. .region_code) {
  674. c = region[i].children[j].children[o].name
  675. }
  676. }
  677. }
  678. }
  679. }
  680. }
  681. this.address.full_detail_addr = a + b + c + this.address.detail_addr
  682. this.account = JSON.parse(res.data.data.task_info.talent_platform_info_snap);
  683. this.account.show_fans_count = fansview(this.account.fans_count)
  684. this.project = res.data.data.project_detail
  685. this.project.Product = JSON.parse(res.data.data.project_detail.product_snap);
  686. this.project.Product.showProductPrice = money(this.project.Product.ProductPrice)
  687. let ProductPhoto = JSON.parse(res.data.data.project_detail.product_photo_snap);
  688. for (let j = 0; j < ProductPhoto.length; ++j) {
  689. if (ProductPhoto[j].Symbol == 1) {
  690. this.product = ProductPhoto[j]
  691. }
  692. }
  693. this.strategy = res.data.data.strategy
  694. this.isSpecial = this.project.project_type === 2 ? true : false;
  695. if (!this.isSpecial) {
  696. this.strategy.show_followers_low = fansview(this.strategy.followers_low)
  697. this.strategy.show_followers_up = fansview(this.strategy.followers_up)
  698. this.strategy.fee_form_t = this.strategy.fee_form === 1 ? '产品置换' : (this.strategy
  699. .fee_form ===
  700. 2 ?
  701. '固定稿费 ' +
  702. money(this.task.task_reward) : '创作者自报价 ' + money(this.task.task_reward))
  703. }
  704. this.project.content = this.project.content_type === 1 ? "图文" : "视频" // 任务形式
  705. this.project.project_form_t = this.task_type_info[this.project.project_form - 1] // 任务类型
  706. this.project.project_platform_t = this.platform[this.project.project_platform - 1] // 社媒平台
  707. // 不同任务阶段提示消息
  708. this.msg1 = this.infoMsg1[this.task.task_stage - 1]
  709. this.msg2 = this.isSpecial ? this.infoMsg3[this.task.task_stage - 1] : this.infoMsg2[this.task
  710. .task_stage - 1]
  711. if (this.task.task_stage == 7) {
  712. this.msg3 = "延迟上传脚本,可能导致佣金扣除。"
  713. } else if (this.task.task_stage == 9) {
  714. this.msg3 = "延迟上传初稿,可能导致佣金扣除。"
  715. } else if (this.task.task_stage == 11) {
  716. this.msg3 = "延迟上传链接,可能导致佣金扣除。"
  717. } else if (this.task.task_stage == 13) {
  718. this.msg3 = "延迟上传数据,可能导致佣金扣除。"
  719. }
  720. // 判断是否显示快速上传按钮
  721. if (this.task.task_stage == 7 || this.task.task_stage == 9 || this.task.task_stage == 11 ||
  722. this.task.task_stage == 13) {
  723. this.isShowUpload = true
  724. } else {
  725. this.isShowUpload = false
  726. }
  727. // 判断确认提交按钮是否可用
  728. if (this.task.task_stage == 7 && (this.task.script_status == 2 || this.task.script_status ==
  729. 4)) {
  730. this.isNotShowSubmit = false
  731. }
  732. if (this.task.task_stage == 9 && (this.task.sketch_status == 2 || this.task.sketch_status ==
  733. 4)) {
  734. this.isNotShowSubmit = false
  735. }
  736. if (this.task.task_stage == 11 && (this.task.link_status == 2 || this.task.link_status == 4)) {
  737. this.isNotShowSubmit = false
  738. }
  739. if (this.task.task_stage == 13 && (this.task.data_status == 2 || this.task.data_status == 4)) {
  740. this.isNotShowSubmit = false
  741. }
  742. })
  743. },
  744. getTaskLogs() {
  745. return this.$https.get('/youngee/c/t/g/get-task-log' +
  746. "?" +
  747. "task_id" +
  748. "=" +
  749. this.taskId
  750. ).then(res => {
  751. this.taskLogs = res.data.data
  752. })
  753. },
  754. toUpload() {
  755. if (this.task.task_stage == 7 || this.task.task_stage == 8) { // 上传脚本
  756. var data = {
  757. taskId: this.task.task_id,
  758. scriptStatus: this.task.script_status
  759. };
  760. data = JSON.stringify(data)
  761. uni.navigateTo({
  762. url: '/page_workspace/task/upload/uploadscript?textObj=' + encodeURIComponent(data)
  763. });
  764. } else if (this.task.task_stage == 9 || this.task.task_stage == 10) { // 上传初稿
  765. var data = {
  766. taskId: this.task.task_id,
  767. sketchStatus: this.task.sketch_status
  768. };
  769. data = JSON.stringify(data)
  770. uni.navigateTo({
  771. url: '/page_workspace/task/upload/uploadsketch?textObj=' + encodeURIComponent(data)
  772. });
  773. } else if (this.task.task_stage == 11 || this.task.task_stage == 12) { // 上传链接
  774. var data = {
  775. taskId: this.task.task_id,
  776. linkStatus: this.task.link_status
  777. };
  778. data = JSON.stringify(data)
  779. uni.navigateTo({
  780. url: '/page_workspace/task/upload/uploadlink?textObj=' + encodeURIComponent(data)
  781. });
  782. } else if (this.task.task_stage == 13 || this.task.task_stage == 14) { // 上传数据
  783. var data = {
  784. taskId: this.task.task_id,
  785. dataStatus: this.task.data_status
  786. };
  787. data = JSON.stringify(data)
  788. uni.navigateTo({
  789. url: '/page_workspace/task/upload/uploaddata?textObj=' + encodeURIComponent(data)
  790. });
  791. }
  792. },
  793. toScriptRecord() {
  794. var data = {
  795. taskId: this.task.task_id,
  796. };
  797. data = JSON.stringify(data)
  798. uni.navigateTo({
  799. url: '/page_workspace/task/record/scriptrecord?textObj=' + encodeURIComponent(data)
  800. });
  801. },
  802. toSketchRecord() {
  803. var data = {
  804. taskId: this.task.task_id,
  805. };
  806. data = JSON.stringify(data)
  807. uni.navigateTo({
  808. url: '/page_workspace/task/record/sketchrecord?textObj=' + encodeURIComponent(data)
  809. });
  810. },
  811. toLinkRecord() {
  812. var data = {
  813. taskId: this.task.task_id,
  814. };
  815. data = JSON.stringify(data)
  816. uni.navigateTo({
  817. url: '/page_workspace/task/record/linkrecord?textObj=' + encodeURIComponent(data)
  818. });
  819. },
  820. toDataRecord() {
  821. var data = {
  822. taskId: this.task.task_id,
  823. };
  824. data = JSON.stringify(data)
  825. uni.navigateTo({
  826. url: '/page_workspace/task/record/datarecord?textObj=' + encodeURIComponent(data)
  827. });
  828. },
  829. toTaskDeatail() {
  830. if (this.isSpecial) {
  831. uni.navigateTo({
  832. url: '/page_tasksquare/specialtask/specialTaskDetail?id=' + this.project.project_id
  833. });
  834. } else {
  835. uni.navigateTo({
  836. url: '/page_tasksquare/wholetask/taskdetail?id=' + this.project.project_id
  837. });
  838. }
  839. },
  840. toApplyinfo() {
  841. var data = {
  842. account: this.account,
  843. };
  844. data = JSON.stringify(data)
  845. uni.navigateTo({
  846. url: '/page_workspace/task/information/applyInformation?textObj=' + encodeURIComponent(data)
  847. });
  848. },
  849. toLogisticsinfo() {
  850. console.log(this.project.project_form)
  851. var data = {
  852. address: this.address,
  853. taskId: this.task.task_id,
  854. projectForm: this.project.project_form
  855. };
  856. data = JSON.stringify(data)
  857. uni.navigateTo({
  858. url: '/page_workspace/task/information/deliveryInformation?textObj=' + encodeURIComponent(data)
  859. });
  860. },
  861. editAddress() {
  862. var data = {
  863. address: this.address,
  864. taskId: this.task.task_id,
  865. };
  866. data = JSON.stringify(data)
  867. uni.navigateTo({
  868. url: '/page_workspace/task/editaddress?textObj=' + encodeURIComponent(data)
  869. });
  870. },
  871. // 计算结束时间
  872. thistime(val) {
  873. // 转换格式
  874. var beginTime = new Date(val.replace(/-/g, "/"));
  875. // 当前时间
  876. var thisTime = new Date();
  877. // 相减
  878. var dateMiss = beginTime.getTime() - thisTime.getTime();
  879. this.isTimeOut = dateMiss < 0 ? true : false
  880. dateMiss = dateMiss < 0 ? -dateMiss : dateMiss
  881. // 天数
  882. var day = Math.floor(dateMiss / (24 * 3600 * 1000));
  883. // 减去天数剩下的毫秒数
  884. var backOne = dateMiss % (24 * 3600 * 1000);
  885. // 小时数
  886. var hours = Math.floor(backOne / (3600 * 1000));
  887. // 减去小时数剩下的毫秒数
  888. var backHour = backOne % (3600 * 1000);
  889. // 分钟数
  890. var min = Math.floor(backHour / (60 * 1000));
  891. var deadline_time = day + '天' + hours + '时' + min + '分'
  892. return deadline_time
  893. },
  894. toWithdraw() {
  895. uni.navigateTo({
  896. url: '/pages/mycenter/myincome?showTab=1'
  897. });
  898. },
  899. submit() {
  900. if (this.task.task_stage == 7) { // 提交脚本
  901. let that = this
  902. uni.showModal({
  903. title: '提示',
  904. content: '提交后无法修改并进行审核,确认提交?',
  905. success: function(res) {
  906. if (res.confirm) {
  907. that.$https.get('/youngee/c/t/g/submit-task-script' +
  908. "?" +
  909. "task_id" +
  910. "=" +
  911. that.task.task_id)
  912. .then(res => {
  913. console.log(res)
  914. uni.navigateBack()
  915. })
  916. } else if (res.cancel) {
  917. console.log('用户点击取消');
  918. }
  919. }
  920. });
  921. } else if (this.task.task_stage == 9) { // 提交初稿
  922. let that = this
  923. uni.showModal({
  924. title: '提示',
  925. content: '提交后无法修改并进行审核,确认提交?',
  926. success: function(res) {
  927. if (res.confirm) {
  928. that.$https.get('/youngee/c/t/g/submit-task-sketch' +
  929. "?" +
  930. "task_id" +
  931. "=" +
  932. that.task.task_id)
  933. .then(res => {
  934. console.log(res)
  935. uni.navigateBack()
  936. })
  937. } else if (res.cancel) {
  938. console.log('用户点击取消');
  939. }
  940. }
  941. });
  942. } else if (this.task.task_stage == 11) { // 提交链接
  943. let that = this
  944. uni.showModal({
  945. title: '提示',
  946. content: '提交后无法修改并进行审核,确认提交?',
  947. success: function(res) {
  948. if (res.confirm) {
  949. that.$https.get('/youngee/c/t/g/submit-task-link' +
  950. "?" +
  951. "task_id" +
  952. "=" +
  953. that.task.task_id)
  954. .then(res => {
  955. console.log(res)
  956. uni.navigateBack()
  957. })
  958. } else if (res.cancel) {
  959. console.log('用户点击取消');
  960. }
  961. }
  962. });
  963. } else if (this.task.task_stage == 13) { // 提交数据
  964. let that = this
  965. uni.showModal({
  966. title: '提示',
  967. content: '提交后无法修改并进行审核,确认提交?',
  968. success: function(res) {
  969. if (res.confirm) {
  970. that.$https.get('/youngee/c/t/g/submit-task-data' +
  971. "?" +
  972. "task_id" +
  973. "=" +
  974. that.task.task_id)
  975. .then(res => {
  976. console.log(res)
  977. uni.navigateBack()
  978. })
  979. } else if (res.cancel) {
  980. console.log('用户点击取消');
  981. }
  982. }
  983. });
  984. }
  985. }
  986. }
  987. }
  988. </script>
  989. <style lang="scss" scoped>
  990. text {
  991. font-size: 12px;
  992. }
  993. .basicInfo {
  994. display: flex;
  995. align-items: center;
  996. justify-content: center;
  997. margin-top: 20rpx;
  998. padding: 20rpx;
  999. font-size: 30rpx;
  1000. background-color: #FFFFFF;
  1001. .basicInfo_txt {
  1002. display: flex;
  1003. align-items: center;
  1004. justify-content: center;
  1005. margin-left: 40rpx;
  1006. // padding-top: 20rpx;
  1007. }
  1008. .tpc-txt1 {
  1009. display: flex;
  1010. justify-content: flex-start;
  1011. // margin-left: 20rpx;
  1012. }
  1013. .tpc-txt2 {
  1014. display: flex;
  1015. align-items: center;
  1016. justify-content: flex-end;
  1017. padding-right: 10rpx;
  1018. // margin-right: 20rpx;
  1019. flex: 1;
  1020. .tpc-icon {
  1021. width: 30rpx;
  1022. height: 30rpx;
  1023. }
  1024. }
  1025. }
  1026. .upload-btn {
  1027. display: flex;
  1028. align-items: center;
  1029. justify-content: center;
  1030. background-color: #f2d241;
  1031. border-radius: 10rpx;
  1032. padding: 5rpx;
  1033. margin-left: 20rpx;
  1034. cursor: pointer;
  1035. }
  1036. .address {
  1037. display: flex;
  1038. margin: 20rpx 0;
  1039. // padding: 20rpx 20rpx;
  1040. background-color: #FFFFFF;
  1041. justify-content: space-around;
  1042. align-items: center;
  1043. .address_icon {
  1044. width: 15%;
  1045. vertical-align: middle;
  1046. display: flex;
  1047. justify-content: center;
  1048. }
  1049. .address_edit {
  1050. width: 15%;
  1051. }
  1052. .address_edit image {
  1053. vertical-align: middle;
  1054. width: 50rpx;
  1055. height: 50rpx;
  1056. display: inline-block;
  1057. padding-right: 14rpx;
  1058. }
  1059. .ipon {
  1060. color: #333333;
  1061. font-size: 30rpx;
  1062. margin-bottom: 10rpx;
  1063. }
  1064. }
  1065. .keyInfo {
  1066. padding: 20rpx 20rpx;
  1067. background-color: #FFFFFF;
  1068. .keyInfo_task {
  1069. // color: #999999;
  1070. }
  1071. }
  1072. .keyInfo h3 {}
  1073. .keyInfo p {
  1074. font-size: 30rpx;
  1075. }
  1076. .account {
  1077. display: flex;
  1078. align-items: center;
  1079. // justify-content: space-between;
  1080. // width: 90%;
  1081. margin: 20rpx 0;
  1082. padding: 20rpx 20rpx;
  1083. background-color: #FFFFFF;
  1084. font-size: 35rpx;
  1085. .account_txt {
  1086. display: inline-block;
  1087. padding: 0 0 0 1%;
  1088. width: 400rpx;
  1089. }
  1090. .account_txt image {
  1091. vertical-align: middle;
  1092. width: 50rpx;
  1093. height: 50rpx;
  1094. display: inline-block;
  1095. padding-right: 14rpx;
  1096. }
  1097. .account_fans {
  1098. display: flex;
  1099. width: 250rpx;
  1100. }
  1101. .account_fans p {
  1102. display: inline-block;
  1103. color: #333333;
  1104. }
  1105. .account_btn {}
  1106. }
  1107. .task-progress {
  1108. padding: 20rpx;
  1109. .task-progress-card {
  1110. margin: 15rpx 0;
  1111. display: flex;
  1112. align-items: center;
  1113. // margin: 20rpx;
  1114. padding: 10rpx;
  1115. font-size: 30rpx;
  1116. border-radius: 10rpx;
  1117. .tpc-txt1 {
  1118. display: flex;
  1119. justify-content: flex-start;
  1120. // margin-left: 20rpx;
  1121. }
  1122. .tpc-txt2 {
  1123. display: flex;
  1124. align-items: center;
  1125. justify-content: flex-end;
  1126. // margin-right: 20rpx;
  1127. flex: 1;
  1128. .tpc-icon {
  1129. width: 30rpx;
  1130. height: 30rpx;
  1131. }
  1132. }
  1133. }
  1134. .task-progress-info {
  1135. padding: 10rpx;
  1136. font-size: 30rpx;
  1137. border-radius: 10rpx;
  1138. background-color: #f2f2f2;
  1139. }
  1140. }
  1141. .block {
  1142. width: 100%;
  1143. height: 100rpx;
  1144. margin-top: 5%;
  1145. }
  1146. .submit {
  1147. box-shadow: 0rpx 5rpx 40rpx #ccc;
  1148. width: 100%;
  1149. position: fixed;
  1150. bottom: 0rpx;
  1151. display: flex;
  1152. height: 90rpx;
  1153. padding-top: 2%;
  1154. background-color: #FFFFFF;
  1155. .submit_btn {
  1156. width: 60%;
  1157. background-color: #FCCF41;
  1158. border-radius: 20rpx;
  1159. font-size: 36rpx;
  1160. line-height: 200%;
  1161. letter-spacing: 10rpx;
  1162. height: 80%;
  1163. }
  1164. }
  1165. .line {
  1166. border-bottom: 1rpx solid #d5d5d5;
  1167. width: 98%;
  1168. margin: 10rpx 1%;
  1169. }
  1170. .pipline {
  1171. display: flex;
  1172. align-items: center;
  1173. justify-content: center;
  1174. margin: 20rpx;
  1175. // border: #FCCF41 1rpx dashed;
  1176. }
  1177. .pipline image {
  1178. /* width: 600rpx; */
  1179. height: 150rpx;
  1180. }
  1181. </style>