| | |
| | | <!-- sha1加密 --> |
| | | <!-- <script src="./js/sha1.js"></script> --> |
| | | <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> |
| | | <!-- 高德地图路线规划 --> |
| | | <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=4b3e1db3211054ce5b466407cbb9d221"> |
| | | </script> |
| | | <!-- myDomMove --> |
| | | <script src="./js/getPosition.js"></script> |
| | | </head> |
| | | |
| | | <body> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="dingwei" @click="locationMap"> |
| | | <img style="width: 60%" src="./img/dingwei.png" alt=""> |
| | | <img v-show="!mapPositionLoding" style="width: 60%" src="./img/dingwei.png" alt=""> |
| | | <img v-show="mapPositionLoding" style="width: 60%" src="./img/dingwei.png" alt=""> |
| | | </div> |
| | | <!-- <div class="shuaxin" @click="refreshMap"> |
| | | <img style="width: 60%" src="./img/刷新.png" alt=""> |
| | |
| | | 发布者 |
| | | </span> |
| | | <span class="once-right"> |
| | | {{data.publisher}} |
| | | <span>{{data.publisher}}</span> |
| | | </span> |
| | | </div> |
| | | <div class="once"> |
| | |
| | | <span v-for="(item,index) in data.team">{{item}}</span> |
| | | </span> |
| | | </div> |
| | | <div class="once-c" v-if="data.buttype==1 || data.iscation == 1"> |
| | | <!-- <el-button :type="data.type==1?'success':'primary'" >{{data.type==1?'我参与':'我反馈'}}</el-button> --> |
| | | <!-- <el-button :type="data.num==data.jnum?'info':(data.type==1?'success':'primary')" @click="openAPP(data.type)" :disabled="data.num==data.jnum">{{data.num==data.jnum?"人数已满":(data.type==1?'我参与':'我反馈')}}</el-button> --> |
| | | <el-button :type="data.buttype==1?(data.num==data.jnum||data.type==1?'info':'success'):'primary'" |
| | | @click="openAPP(data.buttype)" |
| | | <div class="once-c" v-if="data.buttype == 0"> |
| | | <el-button :type="data.butCT == 'beginUp'?'primary':data.butCT == 'begin'?'success':'info'" |
| | | @click="openAPP(data.buttype)" :disabled="data.butCT== 'over' || data.iscation == '0'"> |
| | | {{data.butCT == 'beginUp'?(data.iscation == '0'?'正在进行':'上传反馈'):data.butCT == 'begin'?(data.iscation == '0'?'还未开始':'开始任务'):'任务完成'}} |
| | | </el-button> |
| | | </div> |
| | | <div class="once-c" v-if="data.buttype == 1"> |
| | | <el-button :type="data.num==data.jnum?'info':'success'" @click="openAPP(data.buttype)" |
| | | :disabled="(data.num==data.jnum)&& data.buttype==1 ||data.type == 1"> |
| | | {{data.buttype==1?(data.num==data.jnum?"人数已满":'我参与'):(data.type == 1?'完成反馈':'上传反馈')}} |
| | | {{data.num==data.jnum?"人数已满":'我参与'}} |
| | | </el-button> |
| | | </div> |
| | | </div> |