|
@@ -271,7 +271,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { getSection, getType, getCooperation, getTeacher, getAddress, getPayMaster } from '@/api/buildTeam'
|
|
|
+import { getSection, getType, getCooperation, getTeacher, getAddress, getPayMaster, getPayStatus } from '@/api/buildTeam'
|
|
|
import { scrollTo } from '@/utils/scroll-to'
|
|
|
export default {
|
|
|
data () {
|
|
@@ -376,7 +376,7 @@ export default {
|
|
|
this.addList = res.data.rows;
|
|
|
}
|
|
|
})
|
|
|
- // 6.
|
|
|
+ // 6.默认支付主体
|
|
|
getPayMaster({ 'rows': 1000 }).then(res => {
|
|
|
console.log(res);
|
|
|
if (res.code == 200) {
|
|
@@ -387,6 +387,9 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
+ // getPayStatus({ 'rows': 1000 }).then(res => {
|
|
|
+ // console.log(res);
|
|
|
+ // })
|
|
|
},
|
|
|
methods: {
|
|
|
gotoNext () {
|