|
@@ -1,4 +1,4 @@
|
|
-<mobile-main frameStyle="{{frameStyle}}" bind:back="back">
|
|
|
|
|
|
+<mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
|
|
<view slot="info" class="main" style="height:{{infoHeight}}px;">
|
|
<view slot="info" class="main" style="height:{{infoHeight}}px;">
|
|
<view class="one">
|
|
<view class="one">
|
|
<view class="one-1">
|
|
<view class="one-1">
|
|
@@ -66,7 +66,7 @@
|
|
<view class="four">
|
|
<view class="four">
|
|
<button class="button" form-type="submit">待通过</button>
|
|
<button class="button" form-type="submit">待通过</button>
|
|
<button class="button" form-type="submit">申请加入</button>
|
|
<button class="button" form-type="submit">申请加入</button>
|
|
- <button class="button" form-type="submit">退出团队</button>
|
|
|
|
|
|
+ <button class="button" form-type="submit" bindtap='out'>退出团队</button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</mobile-main>
|
|
</mobile-main>
|