|
|
@@ -3,7 +3,7 @@
|
|
|
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">订单详情</button>
|
|
|
<button class="admin-button-com big" @click="goBackHome">返回首页</button>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="shareTo">分享给{{customName}}</button>
|
|
|
+ <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="shareTo">打开分享给 {{customName}}</button>
|
|
|
<!-- #endif -->
|
|
|
</appResult>
|
|
|
</template>
|