|
|
@@ -1,7 +1,7 @@
|
|
1
|
1
|
<template>
|
|
2
|
2
|
<view class="process" v-if="status==1">
|
|
3
|
|
- <view class="process-header">
|
|
4
|
|
- <view class="process-header-text">
|
|
|
3
|
+ <!-- <view class="process-header"> -->
|
|
|
4
|
+<!-- <view class="process-header-text">
|
|
5
|
5
|
<view class="process-header-text-neishi" @click="topgi">
|
|
6
|
6
|
<view class="process-header-text-icon">
|
|
7
|
7
|
<image src="https://cdn.bjtdba.com/vod/image/2022-08-11/20220811133828415.png" mode="widthFix">
|
|
|
@@ -11,8 +11,8 @@
|
|
11
|
11
|
<view class="process-header-text-title">
|
|
12
|
12
|
聚合码
|
|
13
|
13
|
</view>
|
|
14
|
|
- </view>
|
|
15
|
|
- </view>
|
|
|
14
|
+ </view> -->
|
|
|
15
|
+ <!-- </view> -->
|
|
16
|
16
|
<view class="activite-nav">
|
|
17
|
17
|
<view class="activite-card">
|
|
18
|
18
|
<image class="activite-card-logo"
|
|
|
@@ -37,13 +37,13 @@
|
|
37
|
37
|
</view>
|
|
38
|
38
|
|
|
39
|
39
|
</view>
|
|
40
|
|
-
|
|
|
40
|
+<!--
|
|
41
|
41
|
<view class="downLoadButton" @click="clickGeneratePicture">
|
|
42
|
42
|
<image class="downLoad-image" src="../../static/saveImage.png" mode=""></image>
|
|
43
|
43
|
<view class="downLoad-text">
|
|
44
|
44
|
保存图片
|
|
45
|
45
|
</view>
|
|
46
|
|
- </view>
|
|
|
46
|
+ </view> -->
|
|
47
|
47
|
|
|
48
|
48
|
</view>
|
|
49
|
49
|
|
|
|
@@ -263,6 +263,8 @@
|
|
263
|
263
|
// 保存图片
|
|
264
|
264
|
saveImage() {
|
|
265
|
265
|
let that = this
|
|
|
266
|
+ console.log('xxxxxxxxxxxx')
|
|
|
267
|
+ console.log(that.picture)
|
|
266
|
268
|
if (that.picture !== "") {
|
|
267
|
269
|
uni.hideLoading();
|
|
268
|
270
|
|
|
|
@@ -363,49 +365,10 @@
|
|
363
|
365
|
align-items: center;
|
|
364
|
366
|
justify-content: center;
|
|
365
|
367
|
|
|
366
|
|
- .process-header {
|
|
367
|
|
- position: fixed;
|
|
368
|
|
- top: 0;
|
|
369
|
|
- left: 0;
|
|
370
|
|
- z-index: 111;
|
|
371
|
|
- width: 100%;
|
|
372
|
|
- height: 176rpx;
|
|
373
|
|
- background: #FFFFFF;
|
|
374
|
|
- display: flex;
|
|
375
|
|
- justify-content: center;
|
|
376
|
|
-
|
|
377
|
|
- .process-header-text {
|
|
378
|
|
- width: 686rpx;
|
|
379
|
|
- font-size: 36rpx;
|
|
380
|
|
- font-weight: 500;
|
|
381
|
|
- color: #333333;
|
|
382
|
|
- display: flex;
|
|
383
|
|
- margin-top: 107rpx;
|
|
384
|
|
- align-items: center;
|
|
385
|
|
-
|
|
386
|
|
- .process-header-text-neishi {
|
|
387
|
|
- width: 45rpx;
|
|
388
|
|
- height: 45rpx;
|
|
389
|
|
- margin-right: 17rpx;
|
|
390
|
|
-
|
|
391
|
|
- .process-header-text-icon {
|
|
392
|
|
- width: 36rpx;
|
|
393
|
|
- height: 36rpx;
|
|
394
|
|
- margin-top: 2rpx;
|
|
395
|
|
-
|
|
396
|
|
- image {
|
|
397
|
|
- width: 100%;
|
|
398
|
|
- height: 100%;
|
|
399
|
|
- }
|
|
400
|
|
- }
|
|
401
|
|
- }
|
|
402
|
|
- }
|
|
403
|
|
- }
|
|
404
|
|
-
|
|
405
|
368
|
.activite-nav {
|
|
406
|
369
|
width: 100%;
|
|
407
|
370
|
height: 100%;
|
|
408
|
|
- margin-top: 176rpx;
|
|
|
371
|
+ // margin-top: 176rpx;
|
|
409
|
372
|
background-color: red;
|
|
410
|
373
|
display: flex;
|
|
411
|
374
|
flex-direction: column;
|