xujing преди 5 години
родител
ревизия
c69639c501
променени са 5 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 1
    1
      project.config.json
  2. BIN
      src/assets/index/search.png
  3. 1
    1
      src/pages/person/spread/index.js
  4. 2
    1
      src/pages/person/spread/poster.js
  5. 1
    1
      src/pages/project/h5Page.js

+ 1
- 1
project.config.json Целия файл

@@ -2,7 +2,7 @@
2 2
 	"miniprogramRoot": "dist/",
3 3
 	"projectname": "mini-chengjiao",
4 4
 	"description": "知与行联调",
5
-	"appid": "wxda1f84b79b3edeb3",
5
+	"appid": "wxd9ee3a9480a4e544",
6 6
 	"setting": {
7 7
 		"urlCheck": false,
8 8
 		"es6": false,

BIN
src/assets/index/search.png Целия файл


+ 1
- 1
src/pages/person/spread/index.js Целия файл

@@ -61,7 +61,7 @@ export default class Index extends Component {
61 61
         this.setState({
62 62
           makePosterStatus: !!flag,
63 63
           posterData,
64
-          actionSheetHide: true
64
+          // actionSheetHide: true
65 65
         })
66 66
       })
67 67
     } else {

+ 2
- 1
src/pages/person/spread/poster.js Целия файл

@@ -31,6 +31,7 @@ export default class Index extends Component {
31 31
   }
32 32
   initConfig() {
33 33
     const { data } = this.props
34
+    console.log(this.props,"datadatadatadatadatadata")
34 35
     const { basicConfig } = this.state
35 36
     const texts = [
36 37
 
@@ -117,7 +118,7 @@ export default class Index extends Component {
117 118
           });
118 119
         }, fail: function () {
119 120
           Taro.showToast({
120
-            title: '保存失败,请打开相册权限',
121
+            title: '保存失败',
121 122
             icon: 'none',
122 123
             duration: 2000,
123 124
           });

+ 1
- 1
src/pages/project/h5Page.js Целия файл

@@ -191,7 +191,7 @@ export default class Index extends Component {
191 191
       `sharePersonId=${person.personId}`,
192 192
       `recommender=${person.personId}`,
193 193
       `consultant=${consultantId}`,
194
-      `from='h5_share'`,
194
+      `from=h5_share`,
195 195
       // `consultantId=${consultantId}`,
196 196
       `firstShare=${firstShare}`,
197 197
       `id=${h5Id}`