Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
		@@ -44,6 +44,7 @@ export default {
 | 
			
		||||
    areaSelect(e) {
 | 
			
		||||
      this.areaId = e.id
 | 
			
		||||
      this.areaName = e.name
 | 
			
		||||
      this.getList()
 | 
			
		||||
    },  
 | 
			
		||||
    getList() {
 | 
			
		||||
      this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, {
 | 
			
		||||
 
 | 
			
		||||
@@ -64,7 +64,7 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="footer" @click="toAdd">
 | 
			
		||||
        <div class="btn">新增特殊人群信息</div>
 | 
			
		||||
        <div class="btn">新增特殊人群信息2222</div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -88,7 +88,8 @@ export default {
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  computed: { ...mapState(['user']) },
 | 
			
		||||
  mounted() {
 | 
			
		||||
  created() {
 | 
			
		||||
    console.log(1111)
 | 
			
		||||
    this.areaId = this.user.areaId
 | 
			
		||||
    this.areaName = this.user.areaName
 | 
			
		||||
    this.getStatistic()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user