xujing 5 years ago
parent
commit
c69639c501

+ 1
- 1
project.config.json View File

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

BIN
src/assets/index/search.png View File


+ 1
- 1
src/pages/person/spread/index.js View File

61
         this.setState({
61
         this.setState({
62
           makePosterStatus: !!flag,
62
           makePosterStatus: !!flag,
63
           posterData,
63
           posterData,
64
-          actionSheetHide: true
64
+          // actionSheetHide: true
65
         })
65
         })
66
       })
66
       })
67
     } else {
67
     } else {

+ 2
- 1
src/pages/person/spread/poster.js View File

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

+ 1
- 1
src/pages/project/h5Page.js View File

191
       `sharePersonId=${person.personId}`,
191
       `sharePersonId=${person.personId}`,
192
       `recommender=${person.personId}`,
192
       `recommender=${person.personId}`,
193
       `consultant=${consultantId}`,
193
       `consultant=${consultantId}`,
194
-      `from='h5_share'`,
194
+      `from=h5_share`,
195
       // `consultantId=${consultantId}`,
195
       // `consultantId=${consultantId}`,
196
       `firstShare=${firstShare}`,
196
       `firstShare=${firstShare}`,
197
       `id=${h5Id}`
197
       `id=${h5Id}`