xbx #224
@ -27,9 +27,10 @@ export default {
 | 
			
		||||
	methods: {
 | 
			
		||||
		getMemberPointsStat() {
 | 
			
		||||
			this.$u.api.getMemberPointsStat().then((res)=>{
 | 
			
		||||
				console.log(res)
 | 
			
		||||
				if (res.errCode == 0) {
 | 
			
		||||
					this.title = res.data.grade_rule.document_title;
 | 
			
		||||
					const nodes = res.data.grade_rule.document_content;
 | 
			
		||||
					this.title = res.data.xunzhang_rule.document_title;
 | 
			
		||||
					const nodes = res.data.xunzhang_rule.document_content;
 | 
			
		||||
					this.nodes = common.unescapeHTML(nodes);
 | 
			
		||||
				}
 | 
			
		||||
			})
 | 
			
		||||
 | 
			
		||||
@ -862,8 +862,9 @@
 | 
			
		||||
						"app-plus": {
 | 
			
		||||
							"titleSize": "36px",
 | 
			
		||||
							"titleNView": {
 | 
			
		||||
								"type": "transparent",
 | 
			
		||||
								"titleColor": "#ffffff"
 | 
			
		||||
								"type": "default",
 | 
			
		||||
								"titleColor": "#ffffff",
 | 
			
		||||
								"backgroundColor":"#F09C6A"
 | 
			
		||||
							}
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user