|
@@ -552,7 +552,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
),
|
|
|
input: () =>
|
|
|
- !browser().isApp ? (
|
|
|
+ browser().isApp ? (
|
|
|
<div class={styles.btnSection}>
|
|
|
<Button
|
|
|
icon={UploadIcon}
|
|
@@ -609,7 +609,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
),
|
|
|
input: () =>
|
|
|
- !browser().isApp ? (
|
|
|
+ browser().isApp ? (
|
|
|
<div class={styles.btnSection}>
|
|
|
<Button
|
|
|
icon={UploadIcon}
|
|
@@ -668,7 +668,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
),
|
|
|
input: () =>
|
|
|
- !browser().isApp ? (
|
|
|
+ browser().isApp ? (
|
|
|
<div class={styles.btnSection}>
|
|
|
<Button
|
|
|
icon={UploadIcon}
|
|
@@ -750,7 +750,7 @@ export default defineComponent({
|
|
|
</div>
|
|
|
),
|
|
|
input: () =>
|
|
|
- !browser().isApp ? (
|
|
|
+ browser().isApp ? (
|
|
|
<div class={styles.btnSection}>
|
|
|
<Button
|
|
|
icon={UploadIcon}
|