|
@@ -121,12 +121,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- 卖家收款确认 -->
|
|
|
|
|
|
+ <!-- 卖出收款确认 -->
|
|
<div v-if="!isAdmin" class="taskListRow flex-col" @click="pushPageList('/sellConfList')">
|
|
<div v-if="!isAdmin" class="taskListRow flex-col" @click="pushPageList('/sellConfList')">
|
|
<div class="taskIcon sellConfIcon"></div>
|
|
<div class="taskIcon sellConfIcon"></div>
|
|
<div class="taskRight">
|
|
<div class="taskRight">
|
|
<div class="taskTitle">
|
|
<div class="taskTitle">
|
|
- 卖家收款确认
|
|
|
|
|
|
+ 卖出收款确认
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -218,7 +218,7 @@ export default {
|
|
console.log("adminId", adminId);
|
|
console.log("adminId", adminId);
|
|
|
|
|
|
const checkIsAdmin = async () => {
|
|
const checkIsAdmin = async () => {
|
|
- if (user.phone === "12345678901") {
|
|
|
|
|
|
+ if (user.phone === "13245678901") {
|
|
isAdmin.value = true
|
|
isAdmin.value = true
|
|
}
|
|
}
|
|
}
|
|
}
|